1
0
Fork 0
forked from Simnation/Main

Update retrieve.lua

This commit is contained in:
Miho931 2025-06-09 19:46:37 +02:00
parent 36fdc79aad
commit 9664a91f19

View file

@ -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)