12.12.2013, 22:10
I think you don't need to add int in front of the enum variables. So be this.
pawn Код:
enum Data
{
bool:logged,
score,
money,
kills,
deaths
};
new Player[MAX_PLAYERS][Data];