Search the Community
Showing results for tags 'No Stamina'.
Found 1 result
-
Do not use this Addon ! uses bad script loops and will result in heavy script lags. add this code lines instead to the "init.sqf" of your mission: //player stamina and sway disable script player enableFatigue false; player enableStamina false; player forceWalk false; player allowSprint true; //turn off stamina if (hasinterface) then { waitUntil {!isnull player}; player enableStamina false; player addEventHandler ["Respawn", {player enableStamina false}]; }; //turn off forcewalk if (hasinterface) then { waitUntil {!isnull player}; player forceWalk false; player addEventHandler ["Respawn", {player forceWalk false}]; }; // custom weapon sway and recoil player setCustomAimCoef 0; player setUnitRecoilCoefficient 0.1; player addEventHandler ["Respawn", {player setCustomAimCoef 0;}]; player addEventHandler ["Respawn", {player setUnitRecoilCoefficient 0.1}]; Disables BI exaggerated stamina effects - disabled fatigue - disabled stamina - enabled running with heavy weight No more walking like a turtle ! download: link removed! required: CBA - Community Base Addon updates: 03.12.2015 - fixed dependency error 30.09.2016 - download link removed due bad scripting used. note: you are not allowed to upload this to steam workshop!