SA-MP Forums Archive
Why server don't start - 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: Why server don't start (/showthread.php?tid=601877)



Why server don't start - kevi11 - 27.02.2016

http://it.tinypic.com/r/2cpqlqs/9


Re: Why server don't start - Joron - 27.02.2016

Your script has an error i think,check it out.


Re: Why server don't start - kevi11 - 27.02.2016

No man 0 errors....


Re: Why server don't start - CalvinC - 27.02.2016

First, zcmd isn't a plugin, so remove it from your server.cfg.
And then add
Код:
main()
{
    return 1;
}
to your script.


Re: Why server don't start - MikE1990 - 27.02.2016

You have main() { } ?


Re: Why server don't start - kevi11 - 27.02.2016

Gamemode unknown....


Re: Why server don't start - Joron - 27.02.2016

Quote:
Originally Posted by MikE1990
Посмотреть сообщение
You have main() { } ?
So if u have your main like this its wrong?


Re: Why server don't start - Juvanii - 27.02.2016

Your topic already solved, the solution has already been given.

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
First, zcmd isn't a plugin, so remove it from your server.cfg.
And then add
Код:
main()
{
    return 1;
}
to your script.



Re: Why server don't start - MikE1990 - 27.02.2016

main() { } works in my script
kevi show us your server.cfg file


Re: Why server don't start - kevi11 - 27.02.2016

echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname test
gamemode0 mdc 1
filterscripts
announce 0
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language Italian
Plugins