From cfa6a44b99483a00d129512135e306a177ce8a8d Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 3 May 2021 23:48:42 +0100 Subject: [PATCH] Update commands.lua --- server/commands.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/commands.lua b/server/commands.lua index 0cec22cf..6731353c 100644 --- a/server/commands.lua +++ b/server/commands.lua @@ -215,11 +215,11 @@ ESX.RegisterCommand('reviveall', "admin", function(xPlayer, args, showError) for _, playerId in ipairs(GetPlayers()) do TriggerClientEvent('esx_ambulancejob:revive', playerId) end -end, false, {help = "reviveall"}) +end, false) ESX.RegisterCommand("noclip", 'admin', function(xPlayer, args, showError) xPlayer.triggerEvent('esx:noclip') -end, false, {help = "noclip"}) +end, false) ESX.RegisterCommand('players', "admin", function(xPlayer, args, showError) local xAll = ESX.GetPlayers()