Disable Stamina For All AI
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
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