mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-30 17:59:03 +00:00
move paychecks
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user