Sorry für die Zeitverschwendung ...eigentlich dead
Aber habe jetzt bei der 4.4 Fahrzeug Skins eingetragen...aber ich bekomme wenn ich die .pbo hochladen KI Einheiten..findet jemand den Fehler?!
Code: Config_Vehicles.hpp
class B_Quadbike_01_F {
vItemSpace = 25;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 950, 0, 0, 0 };
insurance = 2500;
chopShop = 1250;
textures[] = {
{ "Brown", "cop", {
"\A3\Soft_F\Quadbike_01\Data\Quadbike_01_co.paa"
} },
{ "Digi Desert", "reb", {
"\A3\Soft_F\Quadbike_01\Data\quadbike_01_opfor_co.paa"
} },
{ "Black", "civ", {
"\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_black_co.paa"
} },
{ "Blue", "civ", {
"\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_blue_co.paa"
} },
{ "Red", "civ", {
"\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_red_co.paa"
} },
{ "White", "civ", {
"\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_white_co.paa"
} },
{ "Digi Green", "civ", {
"\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_indp_co.paa"
} },
{ "Hunter Camo", "civ", {
"\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
} },
{ "Rebel Camo", "reb", {
"\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
} }
};
};
class I_Truck_02_covered_F {
vItemSpace = 250;
storageFee[] = { 14500, 0, 0, 0 };
garageSell[] = { 62000, 0, 0, 0 };
insurance = 6500;
chopShop = 50000;
textures[] = {
{ "Orange", "civ", {
"\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
"\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
} },
{ "Black", "cop", {
"#(argb,8,8,3)color(0.05,0.05,0.05,1)"
} }
};
};
class I_Truck_02_transport_F {
vItemSpace = 200;
storageFee[] = { 12000, 0, 0, 0 };
garageSell[] = { 49800, 3500, 0, 0 };
insurance = 6500;
chopShop = 37500;
textures[] = {
{ "Orange", "civ", {
"\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
"\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
} },
{ "Black", "cop", {
"#(argb,8,8,3)color(0.05,0.05,0.05,1)"
} }
};
};
class O_Truck_03_covered_F {
vItemSpace = 300;
storageFee[] = { 25000, 0, 0, 0 };
garageSell[] = { 65000, 0, 0, 0 };
insurance = 2500;
chopShop = 125000;
textures[] = {};
};
class C_Hatchback_01_F {
vItemSpace = 40;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 4500, 3500, 0, 0 };
insurance = 2500;
chopShop = 4750;
textures[] = {
{ "Beige", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
} },
{ "Green", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
} },
{ "Blue", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
} },
{ "Dark Blue", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
} },
{ "Yellow", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
} },
{ "White", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
} },
{ "Grey", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
} },
{ "Black", "civ", {
"\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
} }
};
};
class C_SUV_01_F {
vItemSpace = 50;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 15000, 7500, 0, 0 };
insurance = 2500;
chopShop = 15000;
textures[] = {
{ "Dark Red", "civ", {
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
"DeadbyDaylight", "civ", {
"\textures\vehicle\db_1.paa",
"\textures\vehicle\db_2.paa"
} },
{ "Zombie", "civ", {
"\textures\vehicle\suv_zombie.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"
} },
{ "Police", "cop", {
"\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_co.paa"
} },
};
};
class C_Van_01_transport_F {
vItemSpace = 100;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 25000, 0, 0, 0 };
insurance = 2500;
chopShop = 22500;
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 = 150;
storageFee[] = { 1000, 0, 0, 0 };
garageSell[] = { 35000, 0, 0, 0 };
insurance = 2500;
chopShop = 30000;
textures[] = {
{ "White", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
} },
{ "Tiger", "civ", {
"\textures\vehicle\Tiger.paa",
"\textures\vehicle\Tiger1.paa"
} },
{ "Red", "civ", {
"\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
} }
};
};
class B_MRAP_01_F {
vItemSpace = 65;
storageFee[] = { 0, 7500, 0, 0 };
garageSell[] = { 0, 10000, 0, 0 };
insurance = 2500;
chopShop = 15000;
textures[] = {
{ "Black", "cop", {
"#(argb,8,8,3)color(0.05,0.05,0.05,1)",
"#(argb,8,8,3)color(0.05,0.05,0.05,1)"
} }
};
};
class B_Heli_Light_01_F {
vItemSpace = 90;
storageFee[] = { 45000, 19500, 0, 0 };
garageSell[] = { 57000, 35000, 0, 0 };
insurance = 2500;
chopShop = 125000;
textures[] = {
{ "Police", "cop", {
"\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa"
} },
{ "Sheriff", "cop", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
} },
{ "Civ Blue", "civ", {
"\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
} },
{ "Civ Red", "civ", {
"\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
} },
{ "Blueline", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
} },
{ "Elliptical", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
} },
{ "Furious", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
} },
{ "Jeans Blue", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
} },
{ "Speedy Redline", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
} },
{ "Sunset", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
} },
{ "Vrana", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
} },
{ "Waves Blue", "civ", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
} },
{ "Rebel Digital", "reb", {
"\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
} },
{ "Digi Green", "reb", {
"\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
} },
{ "M900-Med", "med", {
"\textures\vehicle\m900emra.paa"
} },
{ "Luftrettung", "med", {
"\textures\vehicle\luftrettung.jpg"
} }
};
};
class O_Heli_Light_02_unarmed_F {
vItemSpace = 210;
storageFee[] = { 55000, 0, 22000, 0 };
garageSell[] = { 72500, 0, 35000, 0 };
insurance = 2500;
chopShop = 375000;
textures[] = {
{ "Black", "cop", {
"\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
} },
{ "White / Blue", "civ", {
"\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
} },
{ "Digi Green", "civ", {
"\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
} },
{ "Desert Digi", "reb", {
"\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
} },
{ "EMS White", "med", {
"\textures\vehicle\Orca.jpg"
} }
};
};
class I_Heli_Transport_02_F {
vItemSpace = 375;
storageFee[] = { 75000, 0, 0, 0 };
garageSell[] = { 125000, 0, 0, 0 };
insurance = 2500;
chopShop = 5000;
textures[] = {
{ "Ion", "civ", {
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_ion_co.paa",
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_ion_co.paa",
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_ion_co.paa"
} },
{ "Dahoman", "civ", {
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_dahoman_co.paa",
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_dahoman_co.paa",
"\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_dahoman_co.paa"
} }
};
};
class B_SDV_01_F {
vItemSpace = 50;
storageFee[] = { 37500, 10000, 0, 0 };
garageSell[] = { 75000, 50000, 0, 0 };
insurance = 2500;
chopShop = 75000;
textures[] = {};
};
}
Alles anzeigen
Bei SUV zB und beim Orca sowie M900....als kleine Hilfe...