SA-MP Forums Archive
Plugins on dedicated - 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: Plugins on dedicated (/showthread.php?tid=256314)



Plugins on dedicated - szymon12151 - 20.05.2011

On my computer plugins (sscanf.dll, streamer.dll) works perfect, but on dedicated server I have error 'File or function not found' because 0 plugins loaded. On dedicated is Windows Server 2003 and Windows XP in virtual box.


Re: Plugins on dedicated - Seven_of_Nine - 20.05.2011

pawn Код:
//windows:
sscanf streamer
//linux:
sscanf.so streamer.so
PS.: This forum requires that you wait 120 seconds between posts. Please try again in 3 seconds.


Re: Plugins on dedicated - szymon12151 - 20.05.2011

I try as this:
Код:
echo Executing Server Config...
lanmode 0
rcon_password ariczka
maxplayers 5
port 7777
hostname lolz
gamemode0 pp 1
filterscripts wyskok stunt sas william baza salon
plugins sscanf.dll streamer.dll
announce 1
query 1
weburl www.fajny.pl
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
and this
Код:
echo Executing Server Config...
lanmode 0
rcon_password ariczka
maxplayers 5
port 7777
hostname lolz
gamemode0 pp 1
filterscripts wyskok stunt sas william baza salon
plugins sscanf streamer
announce 1
query 1
weburl www.fajny.pl
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
2 configurations not working, now I install ubuntu in virtual box


Re: Plugins on dedicated - Mauzen - 20.05.2011

Check the permissions on the plugin dll's, Im not sure how Windows Server handles them, maybe samp-server.exe just has no permission to access the files.
Could also be missing MS framework.


Re: Plugins on dedicated - szymon12151 - 20.05.2011

What version of Net Framework is needed?
And... how run samp03svr on ubuntu, I open terminal and write 'nohup ./gta/samp03svr' but this say ' not permissions'
and I write 'chmod 777 ./gta' and 'chmod 777 ./gta/samp03svr' but same problem with permissions

I can give access to dedicated and you do this for me with 'hand'

sorry for english


Re: Plugins on dedicated - linuxthefish - 20.05.2011

Use either of the below links if you are using linux/ubuntu.

https://sampforum.blast.hk/showthread.php?tid=239393
https://sampwiki.blast.hk/wiki/Linux_Server


Re: Plugins on dedicated - Mauzen - 20.05.2011

chmod -R 777 ./gta will set the permissions for ALL files in the server to be available for all users. Just use this for testing, and restrict it as soon as you know how to do it.


Re: Plugins on dedicated - szymon12151 - 21.05.2011

I do it


but what now?

@linuxthefish, first link is for 0.3c I wanna 0.3b