SA-MP Forums Archive
Need help - Plugins - 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: Need help - Plugins (/showthread.php?tid=335851)



Need help - Plugins - JhnzRep - 20.04.2012

Код:
[21:25:59]  Loaded 0 plugins.
[21:25:59]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[21:25:59]  Loading plugin: sscanf
[21:25:59]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:25:59]  Loading plugin: streamer
[21:25:59] --------------
[21:25:59] Server Plugins
I use volthost, if that helps any.


Re: Need help - Plugins - ViniBorn - 20.04.2012

you put them in the 'plugins' folder ?


Re: Need help - Plugins - JhnzRep - 20.04.2012

Yes...


Re: Need help - Plugins - ViniBorn - 20.04.2012

Linux or Windows?


Re: Need help - Plugins - JhnzRep - 20.04.2012

Volt-Host is linux, I'm pretty sure.


Re: Need help - Plugins - ViniBorn - 20.04.2012

So, put the plugin.so, and not plugin.dll


Re: Need help - Plugins - JhnzRep - 20.04.2012

Exactly what I did sir.


Re: Need help - Plugins - ViniBorn - 20.04.2012

Show me server.cfg


Re: Need help - Plugins - JhnzRep - 20.04.2012

Код:
echo Executing Server Config...
lanmode 0
rcon_password 
maxplayers 4
port 7777
hostname Default Volt Host server
gamemode0 bc
filterscripts
announce 1
query 1
weburl www.volt-host.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins streamer sscanf
bind 66.85.141.67



Re: Need help - Plugins - ViniBorn - 20.04.2012

For windows
pawn Код:
plugins streamer sscanf
For linux
pawn Код:
plugins streamer.so sscanf.so
Change it