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:29:50 +02:00
parent c7dfa31b86
commit b0a3718f02

View file

@ -49,7 +49,7 @@ function OpenChiefAddVehicleMenu()
for i = 1, #vehicles, 1 do for i = 1, #vehicles, 1 do
local isSpawned, mods = IsVehicleSpawned(plate) local isSpawned, mods = IsVehicleSpawned(plate)
while not isSpawned do while not isSpawned do
wait(100) Wait(100)
end end
print("Chiefsettings: "..mods) print("Chiefsettings: "..mods)