From c7184015ee6dade59ee4b3775b7fc6b7b722ce5f Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 31 Dec 2021 02:57:50 +0100 Subject: [PATCH] Update commands.lua --- ND_Core/source/client/commands.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ND_Core/source/client/commands.lua b/ND_Core/source/client/commands.lua index f5a1638..0bcb023 100644 --- a/ND_Core/source/client/commands.lua +++ b/ND_Core/source/client/commands.lua @@ -48,14 +48,6 @@ if config.enableAopCommand then end) end --- Money commands -RegisterCommand(config.payCommand, function(source, args, raw) - sendBank(mainCharaterId, args[1], args[2], GetPlayerServerId(PlayerId())) -end) -RegisterCommand(config.giveCommand, function(source, args, raw) - sendCash(mainCharaterId, args[1], GetPlayerServerId(PlayerId())) -end) - -- Twotter command RegisterCommand("twt", function(source, args, rawCommand) TriggerServerEvent("twt", GetPlayerServerId(PlayerId()), mainTwtName, string.gsub(rawCommand, "twt", ""))