open.mp forum
[Pawn] Help needed regarding MySQL - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Help needed regarding MySQL (/showthread.php?tid=455)



Help needed regarding MySQL - hello.world - 2019-04-24

Is it possible to use the older mysql plugin for a filterscript using the latest (R41-4) version? Some adjustments were made to compile the fs with the older plugin but there are problems in loading/saving/updating data from the tables.

The gamemode is using an unknown older version , while the fs is made in the R41-4. I just want to know if it's possible to 'adjust' the syntax of the older plugin using defines ..etc and make the filterscript compatible with that? (I wanna know just so i don't waste any more time on that and instead update the gamemode)


RE: Help needed regarding MySQL - DTV - 2019-04-24

You could try but everyone here's going to tell you to update your scripts to be compatible with the latest release regardless.


RE: Help needed regarding MySQL - unix - 2019-04-24

Nope. You cannot use R41 functions and run it with R36 plugin.



As DTV ^ said, upgrade/downgrade your fs to make it compatible with the X plugin you want.


RE: Help needed regarding MySQL - Gravityfalls - 2019-04-25

Maddinator had a post on the SA-MP forum to update the code with RegEx, which you can prolly find on in samp wiki or archive. use it.