Spoiler anzeigen
class C_SUV_01_F {
vItemSpace = 50;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 15000, 7500, 0, 0 };
insurance = 2500;
chopShop = 5000;
textures[] = {
{ "Dark Red", "civ", {
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
} },
{ "Black", "cop", {
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_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"
} },
{ "Cop", "cop", {
"textures\police_suv.paa", <-- KOMMA muss weg!
} },
{ "FED", "fed", {
"textures\medic\Medic_suv.paa", <-- KOMMA muss weg!
} },
};
};
Kommas müssen entfernt werden. Sollte danach funktionieren, sofern der Pfad stimmt.