top of page

DISABLE FATIGUE
Make text file file in your mission folder and past this :
player enableFatigue false;
player addMPEventhandler ["MPRespawn", {player enableFatigue false}];
Save document as initPlayerLocal.sqf
Save your map, export to multiplayer
On your mission, you will be able to run as your want, you will never be tired
bottom of page