Hallo ich habe heute probiert Skins ein zufügen nach dem ich fertig war kam in-Game eine Fehler Meldung wen ich z.B. den SUV kaufe das der Skin nicht geladen werden kann
Config_Vehicles.hpp
Texturen:
textures -> Civ_Skins
Code
class C_SUV_01_F {
vItemSpace = 50;
licenses[] = { {"driver"}, {""}, {""}, {""} };
price = 35000;
textures[] = {
{ "Dark Red", "civ", {
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
} },
{ "Silver", "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"
} },
{ "Carmo", "reb", {
"\textures\Cop_Skins\camo_suv.jpg"
} },
{ "Carbon Civ", "cop", {
"\textures\Cop_Skins\carbon_suv.jpg"
} },
{ "Carbon", "civ", {
"\textures\Civ_Skins\carbon_suv.jpg"
} },
{ "Ferrari", "civ", {
"\textures\Civ_Skins\civ_suv_ferrari.jpg"
} },
{ "Monster", "civ", {
"\textures\Civ_Skins\civ_suv_monster.jpg"
} },
{ "FC Bayern", "civ", {
"\textures\Civ_Skins\FCB_SUV.paa"
} },
{ "Police 1", "cop", {
"\textures\Cop_Skins\police_suv.paa"
} },
{ "NEF", "med", {
"\textures\Med_Skins\nef_suv.paa"
} },
{ "ELW", "med", {
"\textures\Med_Skins\elw_suv.paa"
} },
{ "Police 2", "cop", {
"\textures\Cop_Skins\suv_polizei.paa"
} },
{ "Medic", "med", {
"\textures\Med_Skins\med_suv.jpg"
} },
{ "Police 3", "cop", {
"\textures\Cop_Skins\polizei_suv.paa"
} },
{ "ADAC", "Med", {
"\textures\Med_Skins\adac_suv.paa"
} }
};
};
Alles anzeigen
könnte mir dar jemand helfen danke!