Ver Fonte

Stamina respawn fix

Indominusrexi há 6 anos atrás
pai
commit
ca108c17f1
1 ficheiros alterados com 2 adições e 1 exclusões
  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}];