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:
Romain Lanz
2017-09-13 21:29:57 +02:00
committed by Jérémie N'gadi
parent 6cd451101c
commit f47cc3fb69
+1
View File
@@ -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)