error 047: array sizes do not match, or destination array is too small
#2

Quote:
Originally Posted by NoahF
Посмотреть сообщение
This is the definition for MAX_POINTS:
Код:
#define MAX_POINTS 60
This is bullshit.

Delete it.

And declare it like this:

PHP код:
new Float:checkpoints[][] = { 
And write this in your function:

PHP код:
for(new j=0sizeof checkpointsj++) 
Greekz
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)