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