StoreVehicle - Export

Parameters Needed

ArgumentData TypeExplanation

vehicle

Vehicle Handle

The Vehicle

vehicleProps

Array (GetVehicleProperties)

This can be nil because when its nil it will save its self the current state

noNotify

bool

if true then is there no your vehicle has been stored message.

Example Usage

exports["ns_garagesystem"]:StoreVehicle(vehicle, vehicleProps, noNotify)

Last updated