๐ฎPolice alert
RegisterNetEvent("Var:NotifPoliceATM")
AddEventHandler("Var:NotifPoliceATM", function(Coords)
print(Coords)
end)RegisterNetEvent("Var:NotifPoliceATM")
AddEventHandler("Var:NotifPoliceATM", function(Coords)
TriggerServerEvent("call:makeCall", "police", Coords)
end)Last updated