Es könnte v.l daran liegen wenn ich den Server joine das diese Fehlermeldung kommt:
"File mpmissions\__CUR_MP.Altis\Config_Vehicles.hpp, line 803: Config: 'v' after class B_MRAP_01_F {"
hmm :I
Config_Vehicles.hpp Zeile 750-850...
Code
class C_Van_01_transport_F {
vItemSpace = 125;
licenses[] = { {"driver"}, {""}, {""}, {""} };
price = 45000;
textures[] = {
{ "White", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
} },
{ "Red", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
} }
};
};
class C_Van_01_box_F {
vItemSpace = 175;
licenses[] = { {"trucking"}, {""}, {""}, {""} };
price = 60000;
textures[] = {
{ "White", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
} },
{ "Red", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
} },
{ "med", "med", {
"textures\med\RTW_Front.jpg",
"textures\med\RTW_Back.jpg"
};
};
class B_MRAP_01_F {
vItemSpace = 100;
licenses[] = { {""}, {""}, {""}, {""} };
price = 15000;
textures[] = {
{ "Polizei", "cop", {
"textures\cop\hunterpol_1.paa",
"textures\cop\hunterpol_2.paa"
} },
{ "Polizei 2", "cop", {
"textures\cop\bullen_hunter1.paa",
"textures\cop\bullen_hunter2.paa"
} },
{ "SEK", "cop", {
"textures\cop\SEK_hunter1.paa",
"textures\cop\SEK_hunter2.paa"
} }
};
};
class B_Heli_Light_01_stripped_F {
vItemSpace = 90;
licenses[] = { {"rebel"}, {""}, {""}, {""} };
price = 800000;
textures[] = {
{ "Rebel Digital", "reb", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
} }
};
};
Alles anzeigen