20.07.2009, 14:03
I guess you were just copying the code and you forgot some things.
Example:
Example:
pawn Код:
enum pInfo
{
pKey[128],
// other variables, ..
};
new PlayerInfo[MAX_PLAYERS][pInfo];

