11.10.2014, 00:02
Quote:
I think you can't use sizeof on a multidimensional array.
You should do something like this: pawn Код:
|
PHP код:
new rand = random(sizeof(TeamSpawns[]));
I think you can't use sizeof on a multidimensional array.
You should do something like this: pawn Код:
|
new rand = random(sizeof(TeamSpawns[]));