please help error and warnings[REP+]
#2

PHP код:
enum PLAYER_MAIN {
PLAYER_NAME[MAX_PLAYER_NAME],
PLAYER_IP[16],
PLAYER_REGGED,
PLAYER_PASS,
PLAYER_LOGGED,
PLAYER_LEVEL,
PLAYER_WIRED,
PLAYER_JAILED
Edit: The other two are just unused warnings. It means you are not using those variables anywhere. You can either ignore them, or remove the variable.
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)