[UNSOLVED]My admin system has a couple of errors which im not sure of...
#1

Reply
#2

Where is the gPlayerInfo enum?

You are using PLAYER_MAIN for user accounts it seems, You need to use that instead of gPlayerInfo
Reply
#3

Reply
#4

pawn Код:
enum gPlayerInfo
{
    PLAYER_NAME[MAX_PLAYER_NAME],
    PLAYER_IP[16],
    PLAYER_REGGED,
    PLAYER_PASS,
    PLAYER_LOGGED,
    PLAYER_LEVEL,
    PLAYER_WIRED,
    PLAYER_JAILED
};

new gPlayerInfo[MAX_PLAYERS][Info];
Reply
#5

Reply
#6

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)