Update fn_halo.sqf

sorry for making people splat dead
This commit is contained in:
zabn
2013-11-08 23:12:28 +11:00
parent 0448265dc4
commit 665c2b6852

View File

@@ -69,7 +69,7 @@ if (typename _this == typename objnull) then {
bis_fnc_halo_soundLoop = time; bis_fnc_halo_soundLoop = time;
playsound "BIS_HALO_Flapping"; playsound "BIS_HALO_Flapping";
bis_fnc_halo_action = _unit addaction [localize "STR_HALO_OPEN_CHUTE","ZabnMods\compile\fn_halo.sqf",[],1,true,true,"Eject"]; bis_fnc_halo_action = _unit addaction [localize "STR_HALO_OPEN_CHUTE","\z\addons\dayz_code\compile\BIS_fnc\fn_halo.sqf",[],1,true,true,"Eject"];
bis_fnc_halo_keydown = { bis_fnc_halo_keydown = {
_key = _this select 1; _key = _this select 1;
@@ -352,4 +352,4 @@ if (typename _this == typename []) then {
bis_fnc_halo_para_mousemoving_eh = nil; bis_fnc_halo_para_mousemoving_eh = nil;
bis_fnc_halo_para_mouseholding_eh = nil; bis_fnc_halo_para_mouseholding_eh = nil;
}; };
}; };