Ich möchte ein Skin auf eine Lizenz... geht aber irgenwie nicht ?? Kann mir Jemand helfen?
Code
class C_SUV_01_F {
vItemSpace = 40;
conditions = "license_civ_driver";
price_civ = 30000;
price_cop = 5700;
price_med = 0;
textures[] = {
{ "Venox",
"civ",
{
"texture\donator\auto\Venox\venox_suv.jpg"
}, "license_civ_venox" },
{
"Taxi",
"civ",
{
"texture\civ_fahrzeuge\suv\taxi_suv.jpg"
}
},
{
"Anwalt",
"civ",
{
"texture\civ_fahrzeuge\suv\suv_anwalt.jpg"
}
},
{
"Packman",
"civ",
{
"texture\civ_fahrzeuge\suv\packman.jpg"
}
},
{
"Winter",
"civ",
{
"texture\civ_fahrzeuge\suv\winter.jpg"
}
},
{
"Wildlife",
"civ",
{
"texture\civ_fahrzeuge\suv\wildlife.jpg"
}
},
{
"Racingcar",
"civ",
{
"texture\civ_fahrzeuge\suv\racingcar.jpg"
}
},
{
"Out",
"civ",
{
"texture\civ_fahrzeuge\suv\out.jpg"
}
},
{
"Dunkelrot",
"civ",
{
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
}
},
{
"Silber",
"civ",
{
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
}
},
{
"Orange",
"civ",
{
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
}
},
{
"Notarzt",
"med",
{
"texture\fw\suv\notarzt_suv.jpg"
}
},
{
"Feuerwehr",
"med",
{
"texture\fw\suv\fw_suv.jpg"
}
},
{
"Polizei",
"cop",
{
"texture\cop\polizei_suv.paa"
}
}
};
materials[] = {
0
};
};
Alles anzeigen