Police alerted
Event
RegisterNetEvent("robberies_creator:alertedPolice", function(coords, message)
end)Parameters
Name
Data Type
Description
Example
RegisterNetEvent("robberies_creator:alertedPolice", function(coords, message)
-- just an example, will NOT work
TriggerClientEvent("news_script:heistAlert", -1, coords, message)
end)Where to insert the code?
Last updated