Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
when i'm plyingin server all is ok but one moment server is being freeze and hen i /relog there show server closed connection!
who can help me please ?
sorry for my english
Posts: 398
Threads: 76
Joined: Dec 2013
Reputation:
0
Please post the code for the command /relog
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Most likely your server is trying to process an infinite loop. Check any "while", "for" codes.
Posts: 186
Threads: 80
Joined: Aug 2015
Reputation:
0
can anyone explain exactly ? please
Posts: 398
Threads: 76
Joined: Dec 2013
Reputation:
0
I have asked you to post the command /relog to see if it is causing the problem.
If it turns out it is not /relog it may be what Abagail said
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Your server is stuck in a loop and can't process anything while inside the loop as I said you need to search and make sure all "for", "while" loops. For example a while loop that checks if 1 equals 2 never ends because 1 will never equal 2.