[SOLVED] [DELETE THREAD] Weird Error
#1

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.
Make any sense?

EDIT: Just realized that it was in another include file. Thanks anyway. My bad.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)