Tag Mismach - 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: Tag Mismach (
/showthread.php?tid=648782)
Tag Mismach[Not solved] -
Longover - 28.01.2018
Код:
mysql_close(DB_Connect);
-
-
-
Код:
warning 213: tag mismatch
-
-
-
Код:
DB_Connect = mysql_connect(SQL_Host, SQL_User, SQL_DB, SQL_Pass);
+1 for Help!
Re: Tag Mismach -
coool - 28.01.2018
Add the 'MySQL' tag `DB_Connect` variable.
Re: Tag Mismach -
Longover - 28.01.2018
Quote:
Originally Posted by coool
Add the 'MySQL' tag `DB_Connect` variable.
|
Undefined symbol mysql.
Re: Tag Mismach -
coool - 28.01.2018
Quote:
Originally Posted by Longover
How to do this?
|
Missed a word... I meant adding the tag. like this
PHP код:
new MySQL:DB_CONNECT
Re: Tag Mismach -
Longover - 28.01.2018
Quote:
Originally Posted by coool
Missed a word... I meant adding the tag. like this
PHP код:
new MySQL:DB_CONNECT
|
Hmmm->
Код:
new MySQL:DB_CONNECT
Is good to put before of new DB_connect?
And where put the tag?
You reffer to this?
Код:
mysql_close(DB_Connect[MySQL]);
Re: Tag Mismach -
BulletRaja - 28.01.2018
Quote:
Originally Posted by Longover
Hmmm->
Код:
new MySQL:DB_CONNECT
Is good to put before of new DB_connect?
And where put the tag?
You reffer to this?
Код:
mysql_close(DB_Connect[MySQL]);
|
remove
change to
Код:
new MySQL:DB_Connect
then show us the errors ok
Re: Tag Mismach -
iSteve - 28.01.2018
The names of those functions have been changed, either downgrade to R33 or follow this
https://sampforum.blast.hk/showthread.php?tid=616103
Re: Tag Mismach -
Longover - 28.01.2018
Quote:
Originally Posted by iSteve
|
If i'm do this,i'm get a lot of tag mismach errors
Re: Tag Mismach -
iSteve - 28.01.2018
When you downgrade ? or when you try to move it to R41?
Re: Tag Mismach -
Longover - 28.01.2018
Quote:
Originally Posted by iSteve
When you downgrade ? or when you try to move it to R41?
|
When i'm downgrade
Re: Tag Mismach -
iSteve - 28.01.2018
Quote:
Originally Posted by Longover
When i'm downgrade
|
Just place the R33 plugin in your Plugin folder and the Include in your pawn/include folder