SA-MP Forums Archive
Run Server Bugged +rep - 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)
+--- Thread: Run Server Bugged +rep (/showthread.php?tid=541591)



Run Server Bugged +rep - AYOUYOU - 12.10.2014

Guys When i have Hosted My Server i have add gamemod and Fs ... But When i Off/On Server I Get UnKown
This is ServerLog Please Help
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[04:17:07] 
[04:17:07] Server Plugins
[04:17:07] --------------
[04:17:07]  Loading plugin: WhirlPool
[04:17:07]   Failed (plugins/WhirlPool: cannot open shared object file: No such file or directory)
[04:17:07]  Loading plugin: streamer
[04:17:07]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[04:17:07]  Loading plugin: sscanf
[04:17:07]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[04:17:07]  Loaded 0 plugins.

[04:17:07] 
[04:17:07] Filterscripts
[04:17:07] ---------------
[04:17:07]   Loading filterscript 'UltraHost.amx'...
[04:17:07]   Loaded 1 filterscripts.

[04:17:07] Script[gamemodes/X1treme.amx]: Run time error 19: "File or function is not found"
[04:17:07] Number of vehicle models: 0



Re: Run Server Bugged - Berzerk - 12.10.2014

Plugins failed to load. What platform is your host using?


Re : Run Server Bugged +rep - AYOUYOU - 12.10.2014

Ultra-Host


Re: Run Server Bugged +rep - Chenko - 12.10.2014

If the operating system of your host is Linux then you need to download the .so files for the plugins you wish to use and edit your server config to include ".so" in the plugin names.

So your server config plugin line would look like this:

Код:
plugins sscanf.so streamer.so Whirlpool.so
If your host is using windows then make sure the .dll files are inside the plugins folder.


Re: Run Server Bugged +rep - Berzerk - 12.10.2014

I mean, is it using Windows or Linux?


Re : Run Server Bugged +rep - AYOUYOU - 12.10.2014

Windows


Re: Run Server Bugged +rep - Berzerk - 12.10.2014

For windows you need .dll files and for linux you need .so files. Also in your server.cfg make sure you put .so behind plugin name. (Not needed if it's windows)


Re: Run Server Bugged +rep - Berzerk - 12.10.2014

It looks like Linux to me. Try with linux files.


Re : Run Server Bugged +rep - AYOUYOU - 12.10.2014

Thanks .so Work


Re: Run Server Bugged +rep - Berzerk - 12.10.2014

Have a good one