07.07.2013, 16:03
pawn Код:
enum PInfo
{
Name[60],
pPass,
pCash,
pAdmin,
pKills,
pDeaths,
pScore,
pRegular,
pRank //Line 178
}
new SInfo[MAX_PLAYERS][PInfo];
Код:
C:\Documents and Settings\Owner\Desktop\test\gamemodes\DDPTDM.pwn(178) : error 001: expected token: "-identifier-", but found "-integer value-" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.