Код:
new TuningaStvari[43][2] = {
//|ComponentID|price//
{1009,80},//nitro 2x ---- the price of the 2x nitro is 80$
{1008,150},//nitro 5x --- the price of the 5x nitro is 150$
{1010,250},//nitro 10x -- the price of the 10x nitro is 250$
{1087,180},//hidraulika - the price of the hydraulics is 180$
/*=====[rims - start]======*/
{1096,30},//"Ahab"
{1097,30},//"Virtual",
{1098,30},//"Access",
{1073,30},//"Shadow",
{1074,30},//"Mega",
{1075,30},//"Rimshine"
{1076,30},//"Wires",
{1077,30},//"Classic",
{1078,30},//"Twist",
{1079,30},//"Cutter",
{1080,30},//"Switch",
{1081,30},//"Grove",
{1082,30},//"Import",
{1083,30},//"Dollar",
{1084,30},//"Trance",
{1085,30}, //"Atomic" - ID 19
/*=====[rims - end]======*/
/*=====[paintjob - start]======*/
{0,30},
{1,30},
{2,30}, //ID 22
/*=====[paintjob - end]======*/
/*=====[spoilers - start]======*/
/*spoljeri obicna auta*/
{1000, 50},
{1001, 60},
{1002, 70},
{1003, 80},
{1014, 90},
{1015, 100},
{1016, 110},
{1023, 120}, //id 30
/*flash*/
{1049, 130},//id 31
{1050, 140},//id 32
/*stratum*/
{1058, 150},//id 33
{1060, 160},//id 34
/*sultan*/
{1138, 170},//id 35
{1139, 180},//id 36
/*elegy*/
{1146, 190},//id 37
{1147, 200},//id 38
/*jester*/
{1158, 210},//id 39
{1162, 220},//id 40
/*uranus*/
{1163, 230},//id 41
{1164, 240}//id 42
/*=====[spoilers - end]======*/
};