瀏覽代碼

added something to allow airbortn to still jump affter death

Namenai 7 年之前
父節點
當前提交
68a0dc23df
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      Scripts/initPlayerLocal.sqf

+ 5 - 2
Scripts/initPlayerLocal.sqf

@@ -1,4 +1,4 @@
-/*
+
 (_this select 0) addEventHandler ["InventoryOpened", {
 	
 	namUnit=(_this select 0);
@@ -19,4 +19,7 @@
 }];
 
 
-*/
+(_this select 0) addMPEventHandler ["MPRespawn", {
+namUnit=(_this select 0);
+namUnit setVariable ["namJumpPackConfig", false, true];
+}];