[HELP..plz] Error in GM
#1

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.

Reply
#2

And what does it say ?
Reply
#3

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.
Reply
#4


I managed to solve
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)