mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 21:01:43 +00:00
feat(society): register the society witht the new system (#18)
* feat(society): register the society witht the new system * Update main.lua
This commit is contained in:
committed by
Jérémie N'gadi
parent
6cd451101c
commit
f47cc3fb69
@@ -7,6 +7,7 @@ if Config.MaxInService ~= -1 then
|
||||
end
|
||||
|
||||
TriggerEvent('esx_phone:registerNumber', 'police', _U('alert_police'), true, true)
|
||||
TriggerEvent('esx_society:registerSociety', 'police', 'Police', 'society_police', 'society_police', 'society_police', {type = 'public'})
|
||||
|
||||
RegisterServerEvent('esx_policejob:giveWeapon')
|
||||
AddEventHandler('esx_policejob:giveWeapon', function(weapon, ammo)
|
||||
|
||||
Reference in New Issue
Block a user