forked from Simnation/Main
resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua aktualisiert
This commit is contained in:
parent
c7dfa31b86
commit
b0a3718f02
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue