Update commands.lua

Fixed the bug with /me
This commit is contained in:
Jamie
2021-11-27 00:28:56 +00:00
committed by GitHub
parent 1013a14b37
commit b921b70989
+1 -1
View File
@@ -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)