removeSecurity

Remove a given security category item from any registered vehicle.

This vehicle must have already been registered with the vehicle keys system for this to work. Check createKey or registerVehicle methods first.

-- ARGUMENTS
-- plate:    string
-- category: string (must correspond to config.securityCategories keys)
-- player:   number (optional)

-- RETURNS
-- nil

exports["ti_vehicleKeys"]:removeSecurity(plate,category,player)

Last updated