SA-MP Forums Archive
SA-MP server won't go online - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: SA-MP server won't go online (/showthread.php?tid=529865)



SA-MP server won't go online - Loryan - 04.08.2014

So, i've just finished a small gamemode that i want to test. The gamemode on my server.cfg is correct but for a reason it will tell me this:
"[15:03:58] It needs a gamemode0 line at the very least.
[15:03:58] I couldn't load any gamemode scripts. Please verify your server.cfg"


This is my server.cfg:
echo Executing Server Config...
lanmode 0
rcon_password -
maxplayers 30
port 8773
hostname Decimation Roleplay
gamemode0 DCRP 1
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_mall ls_elevator attachments skinchanger vspawner
bind 91.121.4.108
announce 0
query 1
chatlogging 0
weburl -
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins streamer sscanf2 whirlpool

Any suggestions?


Re: SA-MP server won't go online - PawnOX - 04.08.2014

Make sure that "DCRP 1" exist in gamemodes folder or try to remove "1" in "DCRP 1"


Re: SA-MP server won't go online - Loryan - 04.08.2014

Quote:
Originally Posted by PawnOX
Посмотреть сообщение
Make sure that "DCRP 1" exist in gamemodes folder or try to remove "1" in "DCRP 1"
It exists, and even if i remove the "1' it still doesn't work.


Re: SA-MP server won't go online - Younes44 - 04.08.2014

Check your DCRP.amx if there's any space..


Re: SA-MP server won't go online - Loryan - 04.08.2014

How can i exactly do that?


Re: SA-MP server won't go online - Ins1d3 - 04.08.2014

Check DCRP.amx in "gamemodes" folder


Re: SA-MP server won't go online - Loryan - 04.08.2014

Yea, it's 5kb..


I've fixed it, in the plugins i wrote "sscanf2" instead of "sscanf"
This shit took me 3 days..

Thanks btw.