Developer API
Function: GetVehicleData
GetVehicleData
Get the vehicle's table data
Parameters
netId
(number): The vehicle network id.
Returns
table
:time
(os.time): Time that the vehicle was leftowner
(number): Last person that left the vehicle
Function: IsVehiclePendingForDeletion
IsVehiclePendingForDeletion
Get the vehicle's table data
Parameters
netId
(number): The vehicle network id.
Returns
shouldDelete
(boolean): If the vehicle is pending deletion.
Last updated