From b921b70989ec353cc50528f3e76a0194c9589dbc Mon Sep 17 00:00:00 2001 From: Jamie <63130054+Jamie-D-T@users.noreply.github.com> Date: Sat, 27 Nov 2021 00:28:56 +0000 Subject: [PATCH] Update commands.lua Fixed the bug with /me --- server/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/commands.lua b/server/commands.lua index 5a6775d..a2f153d 100644 --- a/server/commands.lua +++ b/server/commands.lua @@ -214,7 +214,7 @@ end, 'user') -- Me command -QBCore.Commands.Add('me', 'Show local message', {name = 'message', help = 'Message to respond with'}, false, function(source, args) +QBCore.Commands.Add('me', 'Show local message', {{name = 'message', help = 'Message to respond with'}}, false, function(source, args) local src = source local ped = GetPlayerPed(src) local pCoords = GetEntityCoords(ped)