Posts: 700
Threads: 43
Joined: May 2017
Reputation:
0
I need libmysql.so and if I do not have it, server
Turns off.
[05:26:40] Script [Gamemodes / (JGH).amx]: Run time error 19: "File or function is not found"
[05:26:40] Number of vehicle models: 0
please helpme +rep
Posts: 716
Threads: 92
Joined: May 2018
Posts: 716
Threads: 92
Joined: May 2018
Care to explain more? What doesn't work? You have to download this plugin and put inside plugins folder. Than open server.cfg, near your mysql plugin put libmysql.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by KinderClans
|
Are you sure that that's the plugin they even need?
I'm pretty sure they have an old gamemode which uses the old BlueG, or StrickenKids plugins.
I've never even seen that plugin that you've thrown up.
Posts: 716
Threads: 92
Joined: May 2018
I was using that plugin years ago, so yeah, certainly using an OOOOLD mysql version. (Look at the plugin's date - 2013).
@OP: Switch to Blueg's MySQL R41-4 plugin.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Why'd you link a totally unrelated plugin though? It doesn't even appear to have the mysql cache, and EVERY function starts with SQL, so it's highly likely that this plugin you have linked isn't what's missing...
And suggesting they switch to BlueGs 41-4, is not a good plan... All they need is the right version for what the gamemode is coded for, as even if they do update the plugin, and put the includes in, the same error will come up, unless they actually go through their gamemode and update EVERYTHING.
Posts: 716
Threads: 92
Joined: May 2018
I've linked that plugin because OP said in title it was that. I'm not a wizard so i can't guess which version of mysql plugin is using. And my link is not unrelated, he asked for that (a missing libmysql.so plugin) and i gave him.
Posts: 6,242
Threads: 8
Joined: Jun 2008
I really think him using libmysql as the title, is simply a mis-title, as when looking in his logs, he's got nothing of the sort in there.
As I said those functions, aren't appearing to be from that plugin, and look to be from StrickenKids old plugin, or a VERY early version of BlueGs which is more likely not available unless someone has access to the pre-3* release tree.
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
If I remember correctly, instead of loading mysql.so I loaded mysql_static.so. Should be included in the same package.