mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
v0.5
Removed bandit/hero switching. Combining of Steel Bolts and added reload anmiation to 4 and 8 pack crossbow bolts after fired and changed to longer reload time.
This commit is contained in:
@@ -21,9 +21,9 @@ if (_isFemale) exitWith {cutText ["Currently Female Characters cannot change to
|
||||
|
||||
private["_itemNew","_myModel","_humanity","_isBandit","_isHero"];
|
||||
_myModel = (typeOf player);
|
||||
_humanity = player getVariable ["humanity",0];
|
||||
_isBandit = _humanity < -2000;
|
||||
_isHero = _humanity > 5000;
|
||||
//_humanity = player getVariable ["humanity",0];
|
||||
//_isBandit = _humanity < -2000;
|
||||
//_isHero = _humanity > 5000;
|
||||
_itemNew = "Skin_" + _myModel;
|
||||
|
||||
if ( !(isClass(_config >> _itemNew)) ) then {
|
||||
|
||||
Reference in New Issue
Block a user