22.01.2015, 13:48
You have to create enum,
pawn Код:
//example
enum pinfo
{
pAdmin,
score,
money;
};
new PlayerInfo[MAX_PLAYERS][pinfo];