QBCore.Commands.Add('me', 'Karsındaki Kişile ileştim kurabilirsin', {name = 'message', help = 'Message to respond with'}, false, function(source, args)
local src = source
local ped = GetPlayerPed(src)
local pCoords = GetEntityCoords(ped)
local msg = table.concat(args, ' ')
if msg == '' then return end
for k,v in pairs(QBCore.Functions.GetPlayers()) do
local target = GetPlayerPed(v)
local tCoords = GetEntityCoords(target)
if #(pCoords - tCoords) < 20 then
TriggerClientEvent('QBCore:Command:ShowMe3D', v, src, msg)
end
end
end, 'user')
---------do Chat-----
QBCore.Commands.Add('do', 'Karsındaki Kişile ileştim kurabilirsin', {name = 'message', help = 'Message to respond with'}, false, function(source, args)
local src = source
local ped = GetPlayerPed(src)
local pCoords = GetEntityCoords(ped)
local msg = table.concat(args, ' ')
if msg == '' then return end
for k,v in pairs(QBCore.Functions.GetPlayers()) do
local target = GetPlayerPed(v)
local tCoords = GetEntityCoords(target)
if #(pCoords - tCoords) < 20 then
TriggerClientEvent('QBCore:Command:ShowMe3Do', v, src, msg)
end
end
end, 'user')
bunu qb-core nin icindeki server commands.lua icine atarsan do me calısır.