23.07.2013, 06:23
A pretty good job. But, this is quite manual. I mean to say, to add a new car, you'd have to add a new case, edit the dialog, etc. It could be done using an array, couldn't it?
Then you could do this easily too! Just for loops and checking.
pawn Код:
new array[][][]=
{
411, "Infernus", 12500, // model, name, cost
522, "NRG", 50000
};