Scripting errors [REP+] - 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: Scripting errors [REP+] (
/showthread.php?tid=642087)
Scripting errors [REP+] -
RotX - 24.09.2017
Pastebin
Can you please help us?
Re: Scripting errors [REP+] -
Sew_Sumi - 24.09.2017
Tag mismatch means you've used a Float: value as an integer, where the function is expecting another type of value, or something similar to that.
undefined symbol in this instance means you've got a different version of the mysql plugin include from your script.
Re: Scripting errors [REP+] -
RotX - 24.09.2017
Quote:
Originally Posted by Sew_Sumi
Tag mismatch means you've used a Float: value as an integer, where the function is expecting another type of value, or something similar to that.
undefined symbol in this instance means you've got a different version of the mysql plugin include from your script.
|
I'll try to download another MySQL version, how can we know which version to download tho?
Re: Scripting errors [REP+] -
Fratello - 24.09.2017
Good question.
Over the time MySQL changed query style. This also depends on the age of your game mode. If there is any information on age find it.
You can check current version of mySQL. It's located in a_mysql include file. Here is release page (
https://github.com/pBlueG/SA-MP-MySQL/releases)
Re: Scripting errors [REP+] -
Sew_Sumi - 24.09.2017
Quote:
Originally Posted by RotX
I'll try to download another MySQL version, how can we know which version to download tho?
|
You should check what the script came with as that would show you the version.
Re: Scripting errors [REP+] -
RotX - 24.09.2017
Thanks guys, We've fixed everything