StoreVehicle - Export

Parameters Needed

Argument
Data Type
Explanation

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