mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Merge pull request #801 from dayz10k/master
More spacing, typos, 'missing compile preprocessFileLineNumbers'? on the BIS Effects
This commit is contained in:
@@ -17,7 +17,7 @@ if(!isDedicated)then{
|
||||
_i=0;
|
||||
_dr=0.2;
|
||||
_tv=11;
|
||||
removeallweapons _v;
|
||||
removeAllWeapons _v;
|
||||
if (local _v AND {(_v isKindOf "Air")}) then {
|
||||
_expl=createVehicle ["HelicopterExploSmall",(getPosATL _v),[],0,"CAN_COLLIDE"];
|
||||
};
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
BIS_Effects_EH_Killed = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\killed.sqf";
|
||||
BIS_Effects_AirDestruction = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestruction.sqf";
|
||||
BIS_Effects_AirDestructionStage2 = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestructionStage2.sqf";
|
||||
BIS_Effects_Secondaries = "\z\addons\dayz_code\system\BIS_Effects\secondaries.sqf";
|
||||
BIS_Effects_Secondaries = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\secondaries.sqf";
|
||||
|
||||
BIS_Effects_globalEvent = {
|
||||
BIS_effects_gepv = _this;
|
||||
|
||||
Reference in New Issue
Block a user