mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Update commands.lua
This commit is contained in:
@@ -289,7 +289,6 @@ QBCore.Commands.Add('me', Lang:t("command.me.help"), {{name = Lang:t("command.me
|
||||
local tCoords = GetEntityCoords(target)
|
||||
if target == ped or #(pCoords - tCoords) < 20 then
|
||||
TriggerClientEvent('QBCore:Command:ShowMe3D', Player, source, msg)
|
||||
TriggerEvent('rcore_cam:me', source, msg)
|
||||
end
|
||||
end
|
||||
end, 'user')
|
||||
|
||||
Reference in New Issue
Block a user