Error 029 and error 008
#1

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
Reply
#2

Fix:
Код:
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}
};
Reply
#3

Quote:
Originally Posted by salev13
Посмотреть сообщение
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
pawn Код:
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}
};
just removed the last comma after the "Phoenix" Line
Try that.
Reply


Forum Jump:


Users browsing this thread: