mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Removed jobmaster group
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ end, {help = 'Teleport to coordinates', params = {
|
||||
{name = 'z', help = 'Z coords'}
|
||||
}})
|
||||
|
||||
TriggerEvent('es:addGroupCommand', 'setjob', 'jobmaster', function(source, args, user)
|
||||
TriggerEvent('es:addGroupCommand', 'setjob', 'admin', function(source, args, user)
|
||||
if tonumber(args[1]) and args[2] and tonumber(args[3]) then
|
||||
local xPlayer = ESX.GetPlayerFromId(args[1])
|
||||
|
||||
|
||||
@@ -504,7 +504,5 @@ ESX.RegisterServerCallback('esx:getPlayerNames', function(source, cb, players)
|
||||
cb(players)
|
||||
end)
|
||||
|
||||
TriggerEvent("es:addGroup", "jobmaster", "user", function(group) end)
|
||||
|
||||
ESX.StartDBSync()
|
||||
ESX.StartPayCheck()
|
||||
|
||||
Reference in New Issue
Block a user