Procházet zdrojové kódy

Stamina respawn fix

Indominusrexi před 6 roky
rodič
revize
ca108c17f1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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}];