forked from Simnation/Main
Update retrieve.lua
This commit is contained in:
parent
964ae9c6d0
commit
f9dd3018c7
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ function SpawnThisVehicle(vehicle)
|
||||||
|
|
||||||
-- Grundwerte setzen
|
-- Grundwerte setzen
|
||||||
SetVehicleFuelLevel(veh, mods.fuelLevel)
|
SetVehicleFuelLevel(veh, mods.fuelLevel)
|
||||||
|
exports["lc_fuel"]:SetFuel(vehicle, mods.fuelLevel)
|
||||||
SetVehicleEngineHealth(veh, mods.engineHealth)
|
SetVehicleEngineHealth(veh, mods.engineHealth)
|
||||||
SetVehicleBodyHealth(veh, mods.bodyHealth)
|
SetVehicleBodyHealth(veh, mods.bodyHealth)
|
||||||
SetVehicleDirtLevel(veh, mods.dirtLevel)
|
SetVehicleDirtLevel(veh, mods.dirtLevel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue