Server isn't starting up! - 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: Server isn't starting up! (
/showthread.php?tid=624650)
Server isn't starting up! -
Fratello - 20.12.2016
Hello. I've been scripting server, all nice, no errors just one warning due position.
And when I put all files into server and started it up. Game mode isn't loading at all. I mean look at code bellow. And yeah I'm using shitty Ultra Host I need to test something with my friends.
Full log:
http://pastebin.com/6kDvXNP8
Tried to:
Restart server.
Re-Load plugins.
Check script.
Re: Server isn't starting up! -
Konstantinos - 20.12.2016
Load crashdetect plugin and try again.
Re: Server isn't starting up! -
Fratello - 20.12.2016
I tried that. Still nothing.
Here is the log: http://pastebin.com/AvUuyDus
Server cfg:
http://pastebin.com/beHkAwmT
Re: Server isn't starting up! -
Konstantinos - 20.12.2016
Can you try uploading a clean gamemode:
pawn Код:
#include <a_samp>
main() {}
and run it? I even tried an infinite loop in a filterscript that is set with a timer at 0 ms but still gamemode is loading so that filterscript is probably not an issue. You can disable it though and see the results.
EDIT: I tried running a server with your configuration and it didn't let me to. "rcon_password" did not exist, "maxnpc" did not have a value and the order of them is messed up. Take a look here:
Quote:
Originally Posted by Sew_Sumi
(Had it happen last month or 3 where someone had completely and utterly re-ordered the entire cfg file, and that ended up being the problem.)
|
I remember that guy, 4+ pages and the problem was just that.
Re: Server isn't starting up! -
Fratello - 20.12.2016
I've removed rcon_password, and maxnpc in pastebin code. By deaflut it is from original SA:MP script.