removeTarget

Remove a target from the system.

-- ARGUMENTS
-- id: string

-- RETURNS
-- nil

RegisterCommand("remove_target", function(source, args)    
    exports.ti_watchDogs:removeTarget("parking_meter_1")
end, false)

Last updated