31.10.2009, 19:44
pawn Код:
new PlayerInfo[MAX_PLAYERS][pInfo]; // THE ERROR IS HERE ****************************************
new gPlayerLogged[MAX_PLAYERS];
new gPlayerAccount[MAX_PLAYERS];
new rankcost = 600;
enum pInfo
{
pPassword[128],
pRank,
pExp,
pKills,
pDeaths,
pAdmin,
pCash,
};
C:\Documents and Settings\Administrator\Desktop\[GM] Clan Portuguese Server\gamemodes\svClan.pwn(374) : error 017: undefined symbol "pInfo"
C:\Documents and Settings\Administrator\Desktop\[GM] Clan Portuguese Server\gamemodes\svClan.pwn(374) : error 009: invalid array size (negative, zero or out of bounds)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.