Robberies Creator
-- Code inside here will happen once per call server side
Integrations[moduleType][moduleName].alertPoliceServerSide = function(coords, message, category)
if not IsDuplicityVersion() then return end
TriggerEvent('emergencydispatch:emergencycall:new', "police", message, coords, true)
-- Add your code here (most dispatch scripts uses server side events to alert police members, for example an export to call or a event to trigger to a single client)
end-- Code inside here will happen client side ON ALL COPS CLIENTS
Integrations[moduleType][moduleName].alertPoliceMemberClientSide = function(coords, message, category)
endZuletzt aktualisiert
