13.05.2014, 12:09
Because the indexes in PAWN starts from 0 when you have size/max a number N, it's always: 0 to (N-1).
For example, using 10 is 0-9 (which is 10 in total).
I'm not sure if you can use floating-point numbers for that case.
For example, using 10 is 0-9 (which is 10 in total).
I'm not sure if you can use floating-point numbers for that case.