Okay also die Skins habe ich schon hier
könntest du mir vllt ein Beispiel geben habe leider nicht viel Ahnung von sowas und kann mit SCALAR nicht viel anfangen doofy
Code
class cop {
title = "STR_Shops_C_Police";
license = "";
side = "cop";
uniforms[] = {
{ "NONE", "Remove Uniform", 0, { "", "", -1 } },
{ "U_Rangemaster", "Cop Uniform", 25, { "", "", -1 } },
{ "U_B_CombatUniform_mcam_worn", "Urban", 25, { "life_coplevel", "SCALAR", 6 } },
{ "U_I_CombatUniform", "Zoll", 350, { "life_coplevel", "SCALAR", 4 } },
{ "U_B_CombatUniform_mcam_vest", "Rang 3-5", 1250, { "life_coplevel", "SCALAR", 3 } },
{ "U_B_CombatUniform_mcam", "Rang 6-7", 1250, { "life_coplevel", "SCALAR", 6 } },
{ "U_C_Poloshirt_burgundy", "Poloshirt Burgundy", 275, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_Poloshirt_redwhite", "Poloshirt Red/White", 150, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_Poloshirt_salmon", "Poloshirt Salmon", 175, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_Poloshirt_stripped", "Poloshirt stripped", 125, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_Poloshirt_tricolour", "Poloshirt Tricolor", 350, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_Poor_2", "Rag tagged clothes", 250, { "life_coplevel", "SCALAR", 5 } },
{ "U_IG_Guerilla2_2", "Green stripped shirt & Pants", 650, { "life_coplevel", "SCALAR", 5 } },
{ "U_IG_Guerilla3_1", "Brown Jacket & Pants", 735, { "life_coplevel", "SCALAR", 5 } },
{ "U_IG_Guerilla2_3", "The Outback Rangler", 200, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_HunterBody_grn", "The Hunters Look", 200, { "life_coplevel", "SCALAR", 5 } },
{ "U_C_WorkerCoveralls", "Mechanic Coveralls", 200, { "life_coplevel", "SCALAR", 5 } },
{ "U_OrestesBody", "Surfing On Land", 200, { "life_coplevel", "SCALAR", 5 } },
{ "U_NikosAgedBody", "Casual Wears", 200, { "life_coplevel", "SCALAR", 5 } },
{ "U_B_Wetsuit", "", 1000, { "life_coplevel", "SCALAR", 5 } }
};
Alles anzeigen