Server help.. - 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: Server help.. (
/showthread.php?tid=263954)
Server help.. -
danodanodano - 24.06.2011
Well, I have the plugins/Includes/Scriptfiles..etc
When i put the GM i want..doesnt work
Код:
[11:08:01] ===============================
[11:08:01] Loaded.
[11:08:01] Loaded 2 plugins.
[11:08:01]
[11:08:01] Ban list
[11:08:01] --------
[11:08:01] Loaded: samp.ban
[11:08:01]
[11:08:01]
[11:08:01] Filter Scripts
[11:08:01] ---------------
[11:08:01] Loaded 0 filter scripts
Server wont start
Re: Server help.. -
[BP]Tony - 24.06.2011
What admin system you use ?
Re: Server help.. -
danodanodano - 24.06.2011
Mhmm, What do you mean, It is installed in the gamemode
Re: Server help.. -
danodanodano - 24.06.2011
urgent..plz
Re: Server help.. -
Wesley221 - 24.06.2011
Show us your server.cfg
Also, did you (succesfully) compile your gamemode?
Re: Server help.. -
danodanodano - 24.06.2011
Here is the server.cfg
Код:
lanmode 0
rcon_password lol..never
maxplayers 50
port 4400
hostname Legends Roleplay|Refunding Without SS
gamemode0 loZ
filterscripts
announce 0
plugins streamer.so sscanf.so
query 1
weburl www.exrp.smfnew.com
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
And yes, I compiled it.
Re: Server help.. -
danodanodano - 24.06.2011
urgent..plz
Re: Server help.. -
Wesley221 - 24.06.2011
Try this, and also double check the gamemode name
Re: Server help.. -
[BP]Tony - 24.06.2011
And add some fs lol...
and the ann need to be 1!!!
Edit* +Delete the plugins and write it without .so!!
Код:
lanmode 0
rcon_password lol..never
maxplayers 50
port 4400
hostname Legends Roleplay|Refunding Without SS
gamemode0 loZ
filterscripts
announce 1
plugins streamer sscanf
query 1
weburl www.exrp.smfnew.com
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Re: Server help.. -
Wesley221 - 24.06.2011
Quote:
Originally Posted by [BP]Tony
And add some fs lol...
and the ann need to be 1!!!
Edit* +Delete the plugins and write it without .so!!
Код:
lanmode 0
rcon_password lol..never
maxplayers 50
port 4400
hostname Legends Roleplay|Refunding Without SS
gamemode0 loZ
filterscripts
announce 1
plugins streamer sscanf
query 1
weburl www.exrp.smfnew.com
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
|
If your plugins end with .so, he's probably using linux or something familair. So no need to remove the .so