registerVehicle

Register a vehicle to the vehicle keys system, ensuring it is not treated as a civilian vehicle.

-- ARGUMENTS
-- plate:    string
-- keys:     table (optional)
-- security: table (optional)

-- RETURNS
-- nil

exports["ti_vehicleKeys"]:registerVehicle(plate,keys,security)

Last updated