17.03.2010, 13:32
So why don't you do what we suggested and just use AddStaticVehicle for each line? Why do you NEED such complicated and slow code?
But, if you want to use your code, I think:
A) Your formatting is wrong. Methinks it doesn't like having those tabs.
B) I think you're supposed to use {}s instead of ""s, like:
Oh, and I also think the fact that you used Float:gVehicles. Model ids and colours are not float values. Try it without the Float:
But, if you want to use your code, I think:
A) Your formatting is wrong. Methinks it doesn't like having those tabs.
B) I think you're supposed to use {}s instead of ""s, like:
pawn Код:
new gVehicles[1776][7] =
{513,291.1346,2535.5850,17.3778,180.2974,21,36},
{512,324.4324,2535.6506,17.5121,181.8785,89,91},
//etc etc

