25.03.2013, 09:44
pawn Код:
new gPlayerInfo[MAX_PLAYERS][PLAYER_MAIN];
enum PLAYER_MAIN
{
PLAYER_NAME[MAX_PLAYER_NAME],
PLAYER_IP[16],
PLAYER_REGGED,
PLAYER_PASS,
PLAYER_LOGGED,
PLAYER_LEVEL,
PLAYER_MUTED,
PLAYER_JAILED,
}
But here's the error,
Код:
C:\Users\Kelvin\Desktop\Scripting\filterscripts\admin.pwn(38) : error 017: undefined symbol "PLAYER_MAIN" C:\Users\Kelvin\Desktop\Scripting\filterscripts\admin.pwn(239) : warning 203: symbol is never used: "gPlayerInfo" C:\Users\Kelvin\Desktop\Scripting\filterscripts\admin.pwn(239) : warning 203: symbol is never used: "ret_memcpy" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.