#1

-Fixed
Reply
#2

i got this error
Код:
(150) : error 001: expected token: ";", but found "enum"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
1 Error.
Error line 150:
enum pInfo
-----
Код:
enum pInfo
{
	ID,
	PlayerAdmin,
    MysqlID, 
    Password[129], 
	//
    pPass,
    pScore,
    pCash,
    pCookie,
    pAdmin,
    pVIP,
    personalmsg[128],
    pWork,
    TruckingMissions,
    ConvoyMission,
    StartingPoint,
    pConvoy,
    MissionID,
    Fines,
    Warns
}
new PlayerInfo[MAX_PLAYERS][pInfo];[/CODE]
Reply
#3

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
i got this error
Код:
(150) : error 001: expected token: ";", but found "enum"
If you go up one line you'll see whats missing.
Reply
#4

Quote:
Originally Posted by Larceny
Посмотреть сообщение
If you go up one line you'll see whats missing.
i finded it thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)