07.05.2014, 14:51
Hello i got Errors 008 and 029 in the same line
new c_Shop[][CAR_SHOP] =
{
//{"CarName", ModelCar, PriceCar},
{"Infernus", 411, 3500000},
{"NRG 500", 522, 15000000},
{"Turismo", 451, 2500000},
{"Jester", 559, 640000},
{"Comet", 480, 550000},
{"Sultan", 560, 740000},
{"Banshee", 429, 640000},
{"Balista Compact", 496, 180000},
{"SuperGT", 506, 680000},
{"Sabre", 475, 100000},
{"Mesa", 500, 120000},
{"ZR-350", 477, 580000},
{"Strech", 709, 260000},
{"Buffalo", 402, 840000},
{"Cheetah", 415, 50000},
{"Bullet", 541, 1800000},
{"Elegy", 562, 540000},
{"Flash", 565, 350000},
{"Phoenix", 603, 780000},
};
^
the last line is with the problem
new c_Shop[][CAR_SHOP] =
{
//{"CarName", ModelCar, PriceCar},
{"Infernus", 411, 3500000},
{"NRG 500", 522, 15000000},
{"Turismo", 451, 2500000},
{"Jester", 559, 640000},
{"Comet", 480, 550000},
{"Sultan", 560, 740000},
{"Banshee", 429, 640000},
{"Balista Compact", 496, 180000},
{"SuperGT", 506, 680000},
{"Sabre", 475, 100000},
{"Mesa", 500, 120000},
{"ZR-350", 477, 580000},
{"Strech", 709, 260000},
{"Buffalo", 402, 840000},
{"Cheetah", 415, 50000},
{"Bullet", 541, 1800000},
{"Elegy", 562, 540000},
{"Flash", 565, 350000},
{"Phoenix", 603, 780000},
};
^
the last line is with the problem