RemoveGlobalVehicle
Removes target options from all vehicles.
Syntax:
Bridge.Target.RemoveGlobalVehicle(options)
Parameters:
options
(table) - Array of target options to remove (by name)
Example:
local Bridge = exports['community_bridge']:Bridge()
Bridge.Target.RemoveGlobalVehicle({
{name = "Lock/Unlock Vehicle"}
})
Last updated