08.01.2012, 11:45
It should be something like that
pawn Код:
enum pInfo
{
pAdmin,
// More
pChar // <- At the last no ","
}
new PlayerInfo[MAX_PLAYERS][pInfo];