19.06.2013, 21:03
(
Последний раз редактировалось thistooshallpass93; 19.06.2013 в 21:06.
Причина: Problem Solved.
)
PHP код:
enum PlayerStatus
{
pUsername[24],
pPassword[126],
pMoney,
pScore,
pLevel,
pAdminLevel,
pDrugs,
pHasDease,
pDeased,
pTutorial,
pBanned,
pCredits,
pKills,
pDeaths,
pArrests,
pArrested,
pJailed,
pPrisoned,
pPrisonTime,
VIPLevel,
pWarns,
pKicks,
pWanted
}
new PlayerInfo[MAX_PLAYERS][PlayerStatus];
Код:
C:\Users\Patrick\Desktop\patscnr\pawno\include\easydialog.inc(56) : error 001: expected token: ")", but found "-end of file-" C:\Users\Patrick\Desktop\patscnr\pawno\include\easydialog.inc(56) : error 001: expected token: ";", but found "-end of file-" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
EDIT: Just realized that it was in another include file. Thanks anyway. My bad.