11.09.2013, 19:10
Quote:
Yeah, but when you create vehicle/object/pickup or anything and assign it to the array, it will start from 1 for some reason. That's why I started from 1.
I tried bigger numbers or anything, and its still the same. |
pawn Код:
WeaponObjects[ 0 ] = 1;
WeaponObjects[ 1 ] = 2;
There's absolutely no reason to start from index 0, when it only assigns a value that starts from 1 to it.