SA-MP Forums Archive
Can someone teamview me, and tell me what is wrong? - 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: Can someone teamview me, and tell me what is wrong? (/showthread.php?tid=369451)



Can someone teamview me, and tell me what is wrong? - xSiiLenTx - 17.08.2012

I click restart, nothing happens. server stays down. i think it's my server.cfg, i use a linux host, can someone help?


Re: Can someone teamview me, and tell me what is wrong? - Sandiel - 17.08.2012

Show us some of your server logs.
And your server.cfg, also, do you get any errors compiling?


Re: Can someone teamview me, and tell me what is wrong? - xSiiLenTx - 17.08.2012

No, I don't get any errors.

Код:
echo Executing Server Config...
lanmode 0
rcon_password lserpadmins2012
maxplayers 60
port 7781
hostname Los Santos - Extreme Roleplay [0.3e][New]
gamemode0 larp 1
filterscripts new
announce 1
query 1
weburl www.ls-erp.net
maxnpc $maxnpc
onfoot_rate $onfoot_rate
incar_rate $incar_rate
weapon_rate $weapon_rate
stream_distance $stream_distance
stream_rate $stream_rate
The ones with $maxnpc etc will auto-set thanks to my host. where would i add plugins? every time i try, it counts "plugins/streamer" etc as a filterscript


Re: Can someone teamview me, and tell me what is wrong? - xSiiLenTx - 17.08.2012

Does plugins -plugins here- HAVE to go after filterscripts -filterscripts here-
can't i just put it at the bottom of the server.cfg?


Re: Can someone teamview me, and tell me what is wrong? - Babul - 17.08.2012

afaik, the samp server doesnt "care" in which order the lines are, take my home-server.cfg for example:
Код:
echo Executing Server Config...
multicore 1
lanmode 0
rcon_password *censored*
maxplayers 40
port 7777
hostname Babuls Testserver
plugins jit sscanf gvar Whirlpool streamer mapandreas rnpc directory FileManager DriftPointsCounter
profile_gamemode 0
profile_filterscripts Maps Monitor4 Bots
call_graph 1
gamemode0 The_Paranoia_Complex_20120508 1
filterscripts Monitor4 FingerPrint
//Stunts Maps
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 39
logtimeformat [%H:%M:%S]
...feel free to remove your rcon password when posting your cfg here ^^


Re: Can someone teamview me, and tell me what is wrong? - ThePhenix - 17.08.2012

Linux doesn't support .dll format. So make sure that your plugins are .so!


Re: Can someone teamview me, and tell me what is wrong? - RanSEE - 17.08.2012

You will need neccesary plugins to run your gamemode.
Also you can check out your server_log.txt file.