please help error and warnings[REP+]
#3

You forgot the bracket that closes the enumerator. Correct use:

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


Messages In This Thread
please help error and warnings[REP+] - by Dejan12345 - 10.07.2016, 09:02
Re: please help error and warnings[REP+] - by DarkSkull - 10.07.2016, 09:30
Re: please help error and warnings[REP+] - by Jingles - 10.07.2016, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)