SA-MP Forums Archive
New FRAG.gs 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: New FRAG.gs Problem... (/showthread.php?tid=606516)



New FRAG.gs Problem... - GeorgeMcReary - 05.05.2016

Hello SAMP Forums, now that i uploaded my GM on FRAG using FileZilla, when i start my server, why no plugins, no FS or no GM is getting loaded? what am i doing wrong?
here is server-log which i found from my control panel.
Код:
 
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[13:00:49] 
[13:00:49] Server Plugins
[13:00:49] --------------
[13:00:49]  Loading plugin: streamer
[13:00:49]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[13:00:49]  Loading plugin: audio
[13:00:49]   Failed (plugins/audio: cannot open shared object file: No such file or directory)
[13:00:49]  Loading plugin: Whirlpool
[13:00:49]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[13:00:49]  Loading plugin: mysql
[13:00:49]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[13:00:49]  Loading plugin: socket
[13:00:49]   Failed (plugins/socket: cannot open shared object file: No such file or directory)
[13:00:49]  Loading plugin: sscanf
[13:00:49]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[13:00:49]  Loaded 0 plugins.

[13:00:49] 
[13:00:49] Filterscripts
[13:00:49] ---------------
[13:00:49]   Loading filterscript 'maps.amx'...
[13:00:49]   Unable to load filterscript 'maps.amx'.
[13:00:49]   Loaded 0 filterscripts.

[13:00:49] Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[13:00:49] Number of vehicle models: 0
PS: i just uploaded .amx of FS and GM can it be problem? and also what to do about plugins?


Re: New FRAG.gs Problem... - ev0lution - 05.05.2016

FRAG servers run on Linux - you'll need the shared object (.so) versions of plugins and they need the .so extension included in your server.cfg file - for example, "plugins streamer.so audio.so mysql.so" etc.


Re: New FRAG.gs Problem... - GeorgeMcReary - 06.05.2016

Quote:
Originally Posted by ev0lution
Посмотреть сообщение
FRAG servers run on Linux - you'll need the shared object (.so) versions of plugins and they need the .so extension included in your server.cfg file - for example, "plugins streamer.so audio.so mysql.so" etc.
oh ok, and what is the problem with gamemode? i uploaded .pwn file also but still, Gamemode wont load.. it says invalid function as shown in above logs. here is my server.cfg file if it gives any idea.
Код:
 echo Executing Server Config...
lanmode 1
rcon_password ****
maxplayers 30
port 7340
hostname  Testing 
gamemode0 RP 1
filterscripts maps 
plugins streamer.so audio.so sscanf.so  whirlpool.so mysql.so socket.so 
announce 1
query 1
weburl 
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
mapname Los Santos
Language English

bind 192.99.11.136



Re: New FRAG.gs Problem... - KevinReinke - 06.05.2016

I'm pretty sure frag.gs has a support ticket system, you should probably use it.


Re: New FRAG.gs Problem... - biker122 - 06.05.2016

This is not the hosting support forum. You must contact them.


Re: New FRAG.gs Problem... - Naresh - 06.05.2016

Meet me or Evo at IRC


Re: New FRAG.gs Problem... - Sew_Sumi - 06.05.2016

If the plugins aren't loading then that's why your gamemode isn't working.

You need to fix those first before you'll have any dream of getting the gamemode to work at all.