I tried to change to skins via the DB (also am with Dayz.st if that means anything) and it did not work
this is my code so far
if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ","FR"])) then {
_model = "Survivor2_DZ";
};
} else {
_model = _primary select 3;
_hiveVer = _primary select 4;
if (isNil "_model") then {
_model = "Survivor2_DZ";
} else {
if (_model == "") then {
_model = "Survivor2_DZ";
};
};
That is what i have done but nothing works? is there a way to make it work (well i know there is but i cant do it)
my skype is max.piper3 if you can help
this is my code so far
if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ","FR"])) then {
_model = "Survivor2_DZ";
};
} else {
_model = _primary select 3;
_hiveVer = _primary select 4;
if (isNil "_model") then {
_model = "Survivor2_DZ";
} else {
if (_model == "") then {
_model = "Survivor2_DZ";
};
};
That is what i have done but nothing works? is there a way to make it work (well i know there is but i cant do it)
my skype is max.piper3 if you can help