SA-MP Forums Archive
Mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql (/showthread.php?tid=596956)



Mysql - DerickClark - 24.12.2015

-Fixed


Re: Mysql - DerickClark - 24.12.2015

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]


Re: Mysql - Larceny - 24.12.2015

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.


Re: Mysql - DerickClark - 24.12.2015

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