From acaa467cf4c319aa6364a7aca09fe5a3984938b4 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 3 May 2021 23:44:29 +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 f636fdeb..0cec22cf 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, {help = "reviveall"}) ESX.RegisterCommand("noclip", 'admin', function(xPlayer, args, showError) xPlayer.triggerEvent('esx:noclip') -end, false, {help = "noclip")}) +end, false, {help = "noclip"}) ESX.RegisterCommand('players', "admin", function(xPlayer, args, showError) local xAll = ESX.GetPlayers()