Go to your mission folder go to your init.sqf file and add this line in there:Copy// DISABLE STAMINA FOR ALL AI [] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };
Go to your mission folder go to your init.sqf file and add this line in there:
// DISABLE STAMINA FOR ALL AI [] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };
Last updated 1 year ago