07.02.2009, 17:04
its just a number hidden behind a Name
how CracKman already told MAX_PLAYERS is 200
and if you do
it will be an array with 200 cells
how CracKman already told MAX_PLAYERS is 200
and if you do
pawn Код:
new blabla[MAX_PLAYERS];
pawn Код:
new blabla[200];

