From 0ff92d87d20dfdbf7b4be19e08b786eb13de12c9 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:02:12 +0100 Subject: [PATCH] Update commands.lua --- ND_Core/source/client/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_Core/source/client/commands.lua b/ND_Core/source/client/commands.lua index 2bbd54f..f5a1638 100644 --- a/ND_Core/source/client/commands.lua +++ b/ND_Core/source/client/commands.lua @@ -71,7 +71,7 @@ end) -- Me command RegisterCommand("me", function(source, args, rawCommand) - TriggerServerEvent("me", GetPlayerServerId(PlayerId()), mainFirstName .. " " .. mainLastName, string.gsub(rawCommand, "twt", ""), GetEntityCoords(PlayerPedId())) + TriggerServerEvent("me", GetPlayerServerId(PlayerId()), mainFirstName .. " " .. mainLastName, string.gsub(rawCommand, "me", ""), GetEntityCoords(PlayerPedId())) end, false) RegisterNetEvent("me") AddEventHandler("me", function(id, name, msg, coords)