Hey guys, I recently had Zupa's custom clothing working really well.. then I installed Door Management and I cannot get the clothes script getList.sqf to function correctly.
When I right click on a skin, the dialogue menu pops up, but it isn't populated. This is really pissing me off and I'm hoping that someone possibly has a fix. I looked in my client RPT and here's what I've found:
Men_Clothing = Men_Clothing + Clothing15;};
if("Skin_Rocket_DZ" in _pl>
Error position: <Clothing15;};
if("Skin_Rocket_DZ" in _pl>
Error Undefined variable in expression: clothing15
File mpmissions\__CUR_MP.chernarus\zupa\skins\getList.sqf, line 35
Error in expression <fucka!";
{
lbAdd [20014, _x];
} foreach Men_Clothing;>
Error position: <Men_Clothing;>
Error Undefined variable in expression: men_clothing
File mpmissions\__CUR_MP.chernarus\zupa\skins\getList.sqf, line 115
Error in expression <_version = productVersion select 3;
if (DayZ_UseSteamID) then {
_PID = GetPlayer>
Error position: <DayZ_UseSteamID) then {
_PID = GetPlayer>
Error Undefined variable in expression: dayz_usesteamid
File mpmissions\__CUR_MP.chernarus\custom\compiles.sqf, line 565
Error in expression <;
} else {
When I checked the getList.sqf, there were no syntax errors at all that could have tripped this and I'm getting frustrated trying to figure it out. Thanks for the help, guys.