Infinite Fuel & Ammo

Ammo

Choose a vehicle and place it down. Then double-click on it and insert this code into the init field:

this addEventHandler ["Fired",{(_this select 0) setVehicleAmmo 1}]

Fuel

Choose a vehicle and place it down. Then double-click on it and insert this code into the init field:


Code 1

this spawn {while {alive _this} do {uisleep 300; _this setFuel 1}};

Code 2

this addEventHandler ["Fuel", {(_this select 0) setFuel 1}];

Last updated