Checkpoints appear in blueberry (0.0, 0.0, 0.0)
#4

Quote:
Originally Posted by funky1234
Посмотреть сообщение
Numbering starts at 0 - and so 0 to 13 is 14 different integers
indeed, 0 to 13 are 14 values.
however, for dimension sizes you need to add one more to pawn.

If your array size is supposed to hold 15 integers, you need to define 16.
It's a fail I know, blame pawn.

PS: I see you added i++;
Compiler does not see i as a value, therefore it will not validate the dimension size and cause no error upon compiling.
If you would replace every i with a non-var number, it will error on the last dimension as your code is.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)