mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
private arrays part 2
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// animHealed.sqf
|
||||
|
||||
private ["_array","_unit","_medic","_isDead"];
|
||||
_array = _this; //_this select 0;
|
||||
_unit = _array select 0;
|
||||
_medic = _array select 1;
|
||||
|
||||
Reference in New Issue
Block a user