mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
private array updates + fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private["_unit","_selection","_strH","_dam"];
|
||||
private ["_unit","_selection","_strH","_dam"];
|
||||
_unit = _this select 0;
|
||||
_selection = _this select 1;
|
||||
_damage = _this select 2;
|
||||
@@ -10,4 +10,4 @@ if (_selection != "") then {
|
||||
_unit setHit[_selection,(_dam + _damage)];
|
||||
};
|
||||
};
|
||||
_damage
|
||||
_damage;
|
||||
Reference in New Issue
Block a user