SA-MP Forums Archive
Need 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help! Please.. (/showthread.php?tid=73577)



Need help! Please.. - deathdealer - 16.04.2009

Hello,

well yesterday i bought the Sin City script, of Seif and hes never online to help me on a stupid error i get.
The script is a MySQL game, etc. - I have got the MySQL database and i have inserted the .sql and put the correct infomation in the .PWN.

But when i run the server i get this error:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.2X-Host, ©2005-2009 SA-MP Team

[02:51:18] 
[02:51:18] Ban list
[02:51:18] --------
[02:51:18] Loaded: samp.ban
[02:51:18] 
[02:51:18] 
[02:51:18] Filter Scripts
[02:51:18] ---------------
[02:51:18]  Loading filter script 'vactions.amx'...
[02:51:18]  Loaded 1 filter scripts.

[02:51:18] Script[gamemodes/**hidden**.amx]: Run time error 19: "File or function is not found"
What the hell is that? how do i solve that?


Re: Need help! Please.. - Francis[French] - 16.04.2009

I'm not sure but you didn't load the MySQL plugin.


Re: Need help! Please.. - deathdealer - 16.04.2009

Hello,

Okay, i did a little research and i didn't add the plugin, but now i added the plugin (this is on my local by the way) and connected the database to the real online database.

Then i run the server it worked, but it crashed, and keeps crashing.
So when i put the mysql plugin on my real server it gives me this error:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.2X-Host, ©2005-2009 SA-MP Team

[12:58:14] 
[12:58:14] Server Plugins
[12:58:14] --------------
[12:58:14] Loading plugin: sampmysql
[12:58:14]  Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
[12:58:14] Loaded 0 plugins.

[12:58:14] 
[12:58:14] Ban list
[12:58:14] --------
[12:58:14] Loaded: samp.ban
[12:58:14] 
[12:58:14] 
[12:58:14] Filter Scripts
[12:58:14] ---------------
[12:58:14]  Loading filter script 'vactions.amx'...
[12:58:14]  Loaded 1 filter scripts.

[12:58:14] Script[gamemodes/**hidden**.amx]: Run time error 19: "File or function is not found"
Now what do i do?
Help?

Thank You,
Scott-Cameron


Re: Need help! Please.. - deathdealer - 16.04.2009

Hello,

Please can soembody help me with this.
I have done alot of research and i cna't find anything that can solve it?

Please, help!

Thank You,
Scott-Cameron


Re: Need help! Please.. - deathdealer - 16.04.2009

Help?


Re: Need help! Please.. - Francis[French] - 18.04.2009

It is still not loaded. You must place the samp-mysql.dll or .so in "plugins" folder which must be next to gamemodes, filterscripts, scriptfiles, samp-server.exe and others.

Hope that helps.


Re: Need help! Please.. - kc - 18.04.2009

Код:
[12:58:14]  Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
you need to follow the mysql plugin setup instructions correctly.