Crash!!! -
Tony10 - 06.06.2012
Okay,so i tested it on every script,and yeah it keep restarts,whenever i try and do any command or admin commands,the server restarts
My server is on 0.3e. using volt-host,i really need help,
And server LOGS show nothing wrong!
Re: Crash!!! -
Jonny5 - 06.06.2012
well not to be rude but how do you expect anyone to help without showing a single line of code.
it could be anything.
did you try it with a bare script?
my guess is not if you have "admin commands"
Re: Crash!!! -
Tony10 - 06.06.2012
Well,what lines do you want...as i said,i don't know what's causing it..i'm not sure if it's the commands.and also as i said,the logs show nothing except this after the crash
Код:
[10:33:43] >> TrollIRC v1.0: Bot ID 3 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:33:18] >> TrollIRC v1.0: Bot ID 3 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:33:17] >> TrollIRC v1.0: Bot ID 2 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:57] >> TrollIRC v1.0: Bot ID 2 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:53] >> TrollIRC v1.0: Bot ID 3 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:52] >> TrollIRC v1.0: Bot ID 1 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:37] >> TrollIRC v1.0: Bot ID 2 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:37] >> TrollIRC v1.0: Bot ID 1 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:28] >> TrollIRC v1.0: Bot ID 3 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:22] >> TrollIRC v1.0: Bot ID 1 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:17] >> TrollIRC v1.0: Bot ID 2 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:07] >> TrollIRC v1.0: Bot ID 1 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:32:03] >> TrollIRC v1.0: Bot ID 3 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:31:57] >> TrollIRC v1.0: Bot ID 2 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
[10:31:52] >> TrollIRC v1.0: Bot ID 1 failed to connect to 173.234.65.204 (6667). Reason: Connection timed out.
Re: Crash!!! -
Jonny5 - 06.06.2012
well atleast one command would help maybe,
is it using strok, strcmp, ZCMD,YCMD, RCMD ect..?
do you use sscanf,
what plugins you use ect...
all this makes a difference on getting help,
even if i dont know the answer you should post this so
others can help also.
Re: Crash!!! -
Tony10 - 06.06.2012
Well,yeah i am using sscanf2,SIT,irc,foreach,zcmd here is the command that i was trying to do,before finding the crash thingy.
Код:
if(sscanf(params,"ud", targetid, Faction))return SendClientMessage(playerid, GREY, "USAGE: /makeleader [playerid] [factionid]");
Re: Crash!!! -
MadeMan - 06.06.2012
Try removing your filterscripts one-by-one or use bare gamemode to see from where the crash comes from.
Re: Crash!!! -
ryansheilds - 06.06.2012
If you have anything that saves/loads in the script that uses a folder and you don't have a folder in scriptfiles, this can cause the server to crash. Check that.
Re: Crash!!! -
Tony10 - 06.06.2012
i only have one filterscript,and it's a mapping,its not the thing causing it,will try to use the bare script now.