mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 09:13:29 +00:00
+1
-1
@@ -214,7 +214,7 @@ end, 'user')
|
|||||||
|
|
||||||
-- Me command
|
-- 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 src = source
|
||||||
local ped = GetPlayerPed(src)
|
local ped = GetPlayerPed(src)
|
||||||
local pCoords = GetEntityCoords(ped)
|
local pCoords = GetEntityCoords(ped)
|
||||||
|
|||||||
Reference in New Issue
Block a user