Help please - 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: Help please (
/showthread.php?tid=615920)
Help please -
XHunterZ - 29.08.2016
i keep getting this logs while trying to upload a filterscript what is the solution
[debug] Run time error 19: "File or function is not found"
[02:53:24] [debug] mysql_format
[02:53:24] [debug] cache_get_row_count
[02:53:24] [debug] cache_get_field_content_int
[02:53:24] [debug] cache_insert_id
[02:53:24] [debug] mysql_log
[02:53:24] [debug] cache_get_field_content_float
[02:53:24] [debug] cache_get_field_content
[02:53:24]
Re: Help please -
SoLetsGO - 29.08.2016
You need to have the mysql plugin:
https://github.com/pBlueG/SA-MP-MySQL/releases
Re: Help please -
SickAttack - 29.08.2016
Why is your title "help please"? Can't you specify what kind of help you need instead?
You must get the correct include and plugin version, those errors mean that you're trying to use non existent functions.
Re: Help please -
XHunterZ - 29.08.2016
but my gamemode using onther version of mysql not BlueG and that filterscript using BlueG
Re: Help please -
Sew_Sumi - 29.08.2016
If the gamemode is that old, you may need to look at an older version of BlueGs MySQL. (Searching the functions returned R33)
If you have the include for that plugin in the gamemode (Highly shouldn't be there), there'll be information in the include saying what version the include is for maybe.
Re: Help please -
XHunterZ - 29.08.2016
my gamemode uses StrickenKid's mysql is there a way to convert from it to blueg?
Re: Help please -
XHunterZ - 29.08.2016
or better convert from blueg to StrickenKid
Re: Help please -
Sew_Sumi - 29.08.2016
Not without a bit (Read lot) of work.
Re: Help please -
XHunterZ - 29.08.2016
i tried but what should i replace this with?
cache_get_field_content and all cache_ thingy