소스 검색

Stamina respawn fix

Indominusrexi 6 년 전
부모
커밋
ca108c17f1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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}];