🚓Police event

When a player begins robbing a safe, an event "mp_stores:policeNotify" is triggered for all players who have Config.PoliceJob job.

Example of usage (Client Side):

RegisterNetEvent("mp_stores:policeNotify", function (coords, name)
    -- your code goes there
end)

Last updated