mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 07:01:32 +00:00
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user