23.03.2014, 00:47
Hello what is the difference of this
and this
and what should i use?
pawn Код:
enum info
{
Cash,
Admin
};
new Player[MAX_PLAYERS][info];
pawn Код:
enum info
{
Cash,
Admin
};
static Player[MAX_PLAYERS][info];