Browse Source

added something to allow airbortn to still jump affter death

Namenai 7 years ago
parent
commit
68a0dc23df
1 changed files with 5 additions and 2 deletions
  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];
+}];