1
0
Fork 0
forked from Simnation/Main

resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua aktualisiert

This commit is contained in:
Miho 2025-06-24 22:42:56 +02:00
parent d684e2e370
commit 1db63f504e

View file

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