๐Ÿ‘ฎPolice event

When timer runs out an event is triggered fuksus-hr:alertPolice. This event is only sent to players who have the police job you configured in Config.policeJob.

RegisterNetEvent('fuksus-hr:alertPolice', function()
    -- Your code for alerting the police
end)

Last updated