mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user