Also ich habe folgendes Problem!
Ich habe alles so weit eingefügt die Sachen sind im Cop shop drin heißen auch dementsprechend im Shop...
Bloß der Skin wird nicht geladen kann mir wer helfen?
Spoiler anzeigen
case west: {
if(uniform player == "U_B_CombatUniform_mcam") then {
player setObjectTextureGlobal [0, "textures\cop_uniform.jpg"];
};
if(uniform player == "U_B_CombatUniform_mcam") then {
player setObjectTextureGlobal [0, "textures\SEK_Uniform.jpg"];
};
};
};
player setObjectTextureGlobal [0, _skinName];
};
};
und die andere:
class cop {
title = "STR_Shops_C_Police";
conditions = "";
side = "cop";
uniforms[] = {
{ "NONE", $STR_C_Remove_uniforms, 0, "" },
{ "U_B_CombatUniform_mcam", "SEK", 25, { "life_coplevel", "SCALAR", 6 } },
{ "U_B_CombatUniform_mcam", "Polizei", 350, { "life_coplevel", "SCALAR", 3 } }
};