👨💻Developer API
Function: GetVehicleData
GetVehicleDataGet 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
IsVehiclePendingForDeletionGet the vehicle's table data
Parameters
netId(number): The vehicle network id.
Returns
shouldDelete(boolean): If the vehicle is pending deletion.
Last updated