Insert New Vehicle

exports['bryan_snaily']:InsertNewVehicle(plate, vehicleHash, firstname, lastname, color)
Paramater
Type
Optional
Default
Description

plate

string

Plate

vehicleHash

string

Vehicle Hash (example: blista)

firstname

string

Owner's Firstname

lastname

string

Owner's Lastname

color

string

Vehicle Color

Important

The vehicle hash has to be predefined in the CAD otherwise it will fail.

Last updated