mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
v0.4
fixes to typos, started removal of bandit / hero switching. New models now can carry backbacks, removed dupe issue but regained ammo dupe issue. DVS vehicle spawn limits introduced.
This commit is contained in:
@@ -64,20 +64,19 @@ switch (_item) do {
|
||||
case "Skin_Rocker2_DZ": {
|
||||
_model = "Rocker2_DZ";
|
||||
};
|
||||
|
||||
case "Skin_Soldier1_DZ": {
|
||||
_model = "Soldier1_DZ";
|
||||
};
|
||||
case "Skin_Survivor2_DZ": {
|
||||
_model = "Survivor2_DZ";
|
||||
if (_isBandit) then {
|
||||
_model = "Bandit1_DZ";
|
||||
};
|
||||
if (_isHero) then {
|
||||
_model = "Survivor3_DZ";
|
||||
};
|
||||
};
|
||||
case "Skin_Bandit1_DZ": {
|
||||
_model = "Bandit1_DZ";
|
||||
};
|
||||
case "Skin_Survivor3_DZ": {
|
||||
_model = "Survivor3_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
if (_model != _myModel) then {
|
||||
player removeMagazine _item;
|
||||
|
||||
Reference in New Issue
Block a user