25.07.2011, 17:17
Your enums should look like this:
pawn Код:
enum pInfo
{
pPass,
pLevel,
pCash,
pAdmin
};
new PlayerInfo[MAX_PLAYERS][pInfo];