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 23:33:18 +02:00
parent c81fa32afb
commit 24779ed578

View file

@ -47,7 +47,7 @@ function OpenChiefAddVehicleMenu()
local opt = {}
for i = 1, #vehicles, 1 do
local isSpawned, mods = IsVehicleSpawned(plate)
local isSpawned, mods = IsVehicleSpawned(vehicles[i].plate)
while not isSpawned do
Wait(100)
end