SA-MP Forums Archive
Server crash after 10 minutes - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server crash after 10 minutes (/showthread.php?tid=392290)



Server crash after 10 minutes - Saddin - 13.11.2012

When I open server on my house host. After 10 minutes of playing with my friends it crashes. After it says: "You are banned from this server" or "Server closed connection". Please help.


Re: Server crash after 10 minutes - CrossUSAAF - 13.11.2012

Is this happening to your friend, or only for you? I Suggest you to download "native server checker". You can easily find it with using "search" function. Native checker could tell you, what is wrong. Are you using any hacks/mods, such as cleo 3?


Re: Server crash after 10 minutes - Nirzor - 14.11.2012

i say that your script have some warnings or problems same thing happened to me in my hosted server then when

i removed script warnings all problems disappeared so you should remove warnings from your script or download

latest file and compile with it to be aware and fixing your problem!


Re: Server crash after 10 minutes - CrossUSAAF - 14.11.2012

Can you please post here your server log with native checker founds? It may tell us, what's your problem.


Re: Server crash after 10 minutes - CoDeZ - 14.11.2012

Also use crashdetect plugin by zeex it will help you.


Re: Server crash after 10 minutes - Saddin - 14.11.2012

@CrossUSAAF - It happened to me. I start house host server, then after 10 minutes of playing with my friend it shut down.

@Nirzor - I have some warnings : "utils.inc(51) : warning 219: local variable "count" shadows a variable at a preceding level"

@CoDeZ - What is reputations... Just kidding xD.

I think that server log wont help you much about my problem.


Re: Server crash after 10 minutes - Saddin - 14.11.2012

Bump


Re: Server crash after 10 minutes - Saddin - 15.11.2012

Bump*


Re: Server crash after 10 minutes - Red_Dragon. - 15.11.2012

Show us line 51


Re: Server crash after 10 minutes - Jikesh - 15.11.2012

Quote:
Originally Posted by Saddin
Посмотреть сообщение
When I open server on my house host. After 10 minutes of playing with my friends it crashes. After it says: "You are banned from this server" or "Server closed connection". Please help.
Use crashdetect plugin to find out.


Re: Server crash after 10 minutes - Saddin - 15.11.2012

It's in utils.inc file.
new count = 0;


Re: Server crash after 10 minutes - Jikesh - 15.11.2012

Quote:
Originally Posted by Saddin
Посмотреть сообщение
It's in utils.inc file.
new count = 0;
This means the variable "count" is defined 2 times in your gamemode. Try replacing the name of this variable.