Explorar el Código

Stamina respawn fix

Indominusrexi hace 6 años
padre
commit
ca108c17f1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Scripts/initPlayerLocal.sqf

+ 2 - 1
Scripts/initPlayerLocal.sqf

@@ -38,4 +38,5 @@ _x removeAllMPEventHandlers "MPKILLED";
 
 }];
 
-player enableFatigue false;
+player enableFatigue False;  
+player addEventHandler ["Respawn", {player enableFatigue false}];