mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
From
e69f8d5306
Moved dog files to the \dog\ folder and pzombie files to the \pzombie\
folder. Also removed some legacy files that are no longer used.
The actions\ and compile\ folders are fully up to date now
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
_unit = _this select 0;
|
|
_hp = _this select 1;
|
|
|
|
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _unit) >> "HitPoints" >> _hp >> "name");
|
|
_strH = "hit_" + (_selection);
|
|
_dam = _unit getVariable [_strH,0];
|
|
|
|
_dam |