Merge pull request #344 from Jamie-D-T/main

Update commands.lua
This commit is contained in:
Kakarot
2021-11-26 18:33:46 -06:00
committed by GitHub
+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)