11.02.2013, 10:01
these are my only defines associated with that problem:
pawn Код:
enum pInfo{
playername[MAX_PLAYER_NAME],
PLAYER_REGGED,
PLAYER_LOGGED,
PLAYER_PASS,
PLAYER_ADMIN
}
new PlayerInfo[MAX_PLAYERS][pInfo];