move paychecks

This commit is contained in:
Kakarot
2025-06-01 13:14:11 -05:00
parent 70daf38e5e
commit eb4a573411
5 changed files with 95 additions and 40 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ QBCore.Commands.Add('tp', Lang:t('command.tp.help'), { { name = Lang:t('command.
TriggerClientEvent('QBCore:Notify', source, Lang:t('error.not_online'), 'error')
end
else
local location = QBShared.Locations[args[1]]
local location = QBCore.Shared.Locations[args[1]]
if location then
TriggerClientEvent('QBCore:Command:TeleportToCoords', source, location.x, location.y, location.z, location.w)
else