Well you meant it like that?
Config_License :
Code
class carcustom {
variable = "custom";
displayName = "STR_License_custom";
price = 300;
illegal = false;
side = "civ";
};
Config Vehicles :
Code
class yourclassname {
vItemSpace = 350;
licenses[] = { {"herelicensecustom"}, {""}, {""}, {""} };
price = 450000;
textures[] = {customtexturepath };
};
Or did i missunderstood your post? ![]()