05.04.2011, 08:56
if you have a vairable
then it needs to be made an array
but you can also need some more complex code as
mind showing us your code where it is used and declared?
pawn Код:
new variable;
pawn Код:
new variable[]
pawn Код:
new variable[MAX_PLAYERS][PLAYER_INFO][MAX_SAME_INFO];