T1GER Library
Documentation, troubleshooting and support for T1GER Library
Note
Get Player/Owned Vehicles
table.insert(vehicles, {
plate = results[i].plate,
props = results[i].vehicle or results[i].mods,
type = results[i].type or nil,
job = results[i].job or nil,
stored = results[i].stored or results[i].state or nil,
garage = results[i].garage or results[i].parking or nil,
impound = results[i].impound or results[i].pound or nil,
seized = results[i].seized or nil,
model = results[i].model or nil,
name = results[i].name or nil,
category = results[i].category or nil,
fuel = results[i].fuel or nil,
engine = results[i].engine or nil,
body = results[i].body or nil,
})Update Owned Vehicle
Notifications
Create Vehicle Meta
Utils
Last updated