Removed jobmaster group

This commit is contained in:
ElPumpo
2020-01-12 19:18:41 +01:00
parent aa9ffd3866
commit 91eb2f8505
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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])
-2
View File
@@ -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()