Exports
All events and exports are for client and server
Server
GeneratePlate
Creates a random license plate that does not exist in the database
Client
GeneratePlate
Creates a random license plate that does not exist in the database
GetVehicleDataFromModelName
Returns details such as the price, model name and category etc of the vehicle you created
Parameters :
Name | Type | Description |
---|---|---|
modelName | string | Model name of vehicle |
GetVehicleDataFromModelName
Returns details such as the price, model name and category etc of the vehicle you created
Parameters :
Name | Type | Description |
---|---|---|
modelHash | int | Model hash of vehicle |
Last updated