forked from Simnation/Main
resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua aktualisiert
This commit is contained in:
parent
ae2310d6c9
commit
c7dfa31b86
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ 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
|
||||||
|
wait(100)
|
||||||
|
end
|
||||||
print("Chiefsettings: "..mods)
|
print("Chiefsettings: "..mods)
|
||||||
|
|
||||||
table.insert(opt, {
|
table.insert(opt, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue