30.03.2014, 03:52
Quote:
You said that there's 3 floating points, yet we're declaring 2 in the creation of the label. Couldn't we change [3] to [2] since they start at 0?
pawn Code:
|
To access the index of the variable arrays, the number starts from 0
There is actually 3 items on each index:
0
1
2
You can't use number 3 for the index, except you are increasing the size to 4 then you can use until number 3