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)