1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 22:47:12 +02:00
commit cf05b77b81
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ function OpenChiefAddVehicleMenu()
local opt = {}
QBCore.Functions.TriggerCallback('mh_jobgarage:CallOwnerVehicles', function(vehicles)
Wait(300)
print(json.encode(vehicles))
if vehicles ~= false then
local opt = {}

View file

@ -250,6 +250,7 @@ QBCore.Functions.CreateCallback('mh_jobgarage:CallOwnerVehicles', function(sourc
end
end)
end
Wait(100)
cb(veh)
else
cb(false)