TAG MISTMATCH!
#1

Код:
C:\Users\eugen_000\Desktop\Server\gamemodes\pgrpmain.pwn(97080) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
This is pgrpmain.pwn

Код:
97080:	mysql_log(SQL_DEBUG | SQL_DEBUGLOG);
97081:  MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
Reply
#2

my_sql log is written like this
PHP код:
mysql_log(ERROR DEBUG); 
Remove that SQL_
Reply
#3

still to put : my_log ?
Reply
#4

Try this
PHP код:
mysql_log(DEBUG DEBUGLOG); 
Reply
#5

still
Код:
C:\Users\eugen_000\Desktop\Server\gamemodes\PGRPmain.pwn(97080) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply
#6

Have you done this under OnGameModeInIt ?
Reply
#7

Where you define MainPipeline
Instead of:
new MainPipeline;
do:
new MySQL:MainPipeline;
Quote:

MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);

Reply
#8

yep!
Reply
#9

neXoR.. there is no problem in MainPipeline.. but ->

Код:
97080:	mysql_log(SQL_DEBUG | SQL_DEBUGLOG);
97081:  MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
Reply
#10

Dude write this
PHP код:
mysql_log(ERROR); 
If it gives you warning or error something needs to be updated
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)