👨‍💻Developer API

Function: GetVehicleData

Get the vehicle's table data

Parameters

  • netId (number): The vehicle network id.

Returns

  • table:

    • time (os.time): Time that the vehicle was left

    • owner (number): Last person that left the vehicle

Function: 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