SA-MP Forums Archive
How to do that? - 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: How to do that? (/showthread.php?tid=628288)



How to do that? - DavidGravelli - 08.02.2017

Problem with MySQL R6
Im using MYSQL R6 i dont like R6 function
I need someone to change the function from R6 to R33
here is the codes:
pawn Код:
native mysql_fetch_field(number,dest[],connectionHandle = 1);
native mysql_fetch_field_row(string[],const fieldname[],connectionHandle = 1);
native mysql_affected_rows(connectionHandle = 1);
native mysql_query(query[],resultid = (-1),extraid = (-1),connectionHandle = 1);
native mysql_store_result(connectionHandle = 1);
native mysql_free_result(connectionHandle = 1);
+REP Who help


Respuesta: How to do that? - Eloy - 08.02.2017

No have the plugin compatibility, update your plugin


Re: Respuesta: How to do that? - Luis- - 08.02.2017

Quote:
Originally Posted by Eloy
Посмотреть сообщение
No have the plugin compatibility, update your plugin
Updating the plugin won't help him out, he's also gotta convert to cache. There's plenty of tutorials about for him to do so.


Re: How to do that? - DavidGravelli - 08.02.2017

What is the tutorial URL?


Re: How to do that? - Sew_Sumi - 08.02.2017

Did you not post this earlier, and did you delete that thread where you were advised what to do?


Re: How to do that? - DavidGravelli - 08.02.2017

Any reply?


Re: How to do that? - Sew_Sumi - 08.02.2017

Alright, maybe you didn't, but ****** is your friend.

Updating from R6-R33 is a big step, where a LOT of functions changed... You'll just have to get in there and get it changed. As Luis said, it's about the cache change.


Re: How to do that? - DavidGravelli - 08.02.2017

I fix everything
only 1 error
Mysql_query what the change on this?


Re: How to do that? - Sew_Sumi - 08.02.2017

What's the error that's coming from it currently?