瀏覽代碼

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}];