Arma 3
Dynamic Recon Ops - Altis
Chinook Jan 24, 2018 @ 12:23am
Fatigue setting adjustments
How can I disable fatigue?
I have tried this into my initPlayerLocal.sqf on line 1before your scripts

player setCustomAimCoef 0.34;
player setUnitRecoilCoefficient 0.50;
player enablestamina false;

And this into my onPlayerRespawn.sqf on line 1
player setCustomAimCoef 0.34;
player setUnitRecoilCoefficient 0.50;
player enablestamina false;

Still not working, I have used this for all my milsim missions with custom advance Ace3 settings and it works fine. I am on a dedicated server.

Any ideals what I need to do?