SA-MP Forums Archive
Server Problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Problem. (/showthread.php?tid=406291)



Server Problem. - BiZzZy - 09.01.2013

Hello, i have a problem when i want to open my server, on a host.

Код:
Server Information
Game: 	Grand Theft Auto: San Andreas
Status: 	Unable to connect (xx.xxx.xx.xxx:7777)
This showes me in GameCP

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

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[23:21:40] filterscripts = ""  (string)
[23:21:40] 
[23:21:40] Server Plugins
[23:21:40] --------------
[23:21:40]  Loading plugin: mysql
[23:21:40]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[23:21:40]  Loading plugin: sscanf
[23:21:40]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[23:21:40]  Loading plugin: streamer
[23:21:40]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[23:21:40]  Loaded 0 plugins.

[23:21:40] 
[23:21:40] Ban list
[23:21:40] --------
[23:21:40]  Loaded: samp.ban
[23:21:40] 
[23:21:40] 
[23:21:40] Filterscripts
[23:21:40] ---------------
[23:21:40]   Loaded 0 filterscripts.


----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[23:21:45] filterscripts = ""  (string)
[23:21:45] 
[23:21:45] Server Plugins
[23:21:45] --------------
[23:21:45]  Loading plugin: mysql
[23:21:45]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[23:21:45]  Loading plugin: sscanf
[23:21:45]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[23:21:45]  Loading plugin: streamer
[23:21:45]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[23:21:45]  Loaded 0 plugins.

[23:21:45] 
[23:21:45] Ban list
[23:21:45] --------
[23:21:45]  Loaded: samp.ban
[23:21:45] 
[23:21:45] 
[23:21:45] Filterscripts
[23:21:45] ---------------
[23:21:45]   Loaded 0 filterscripts.
And this is in Server_Log.

Someone knows how to solve this? Thanks.


Re: Server Problem. - sscarface - 09.01.2013

download new latest plugins sscanf and streamer


Re: Server Problem. - BiZzZy - 10.01.2013

Quote:
Originally Posted by sscarface
Посмотреть сообщение
download new latest plugins sscanf and streamer
I've done this already. But i have the same problem...


Re: Server Problem. - Alex Valdez - 10.01.2013

If this is a linux server replace these lines
plugins sscanf streamer mysql
with this
plugins sscanf.so streamer.so mysql.so


Re: Server Problem. - Avi Raj - 10.01.2013

Show us your server.cfg


Re: Server Problem. - BiZzZy - 10.01.2013

Quote:
Originally Posted by Alex Valdez
Посмотреть сообщение
If this is a linux server replace these lines
plugins sscanf streamer mysql
with this
plugins sscanf.so streamer.so mysql.so
I've done this.

Server.cfg :

Код:
// *** ------------------------------------------------ *** //
// *** ZeroPing SA:MP server.cfg reconfiguration daemon *** //
// *** ------------------------------------------------ *** //
// *** -> The file has been rewritten with forced values

bind xx.xxx.xx.xxxx
maxplayers 50
port 7777

// *** -> Here comes the user configuration





echo Executing Server Config...
lanmode 0
rcon_password change
hostname  My Server
gamemode0 MyGM
filterscripts 
plugins mysql.so sscanf.so streamer.so
announce 0
query 1
weburl www.mysite.ro
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]



Re: Server Problem. - 3ventic - 10.01.2013

Make sure the files are .so as well.


Re: Server Problem. - ColorHost-Kevin - 10.01.2013

If the files are .so and in plugins and loaded properly, you should not have a issue.


Re: Server Problem. - BiZzZy - 10.01.2013

It should... Someone else ?