When the server fall it's stuck instead to fall !! :O
#1

When the server fall .. instead of falling, it's stuck!


I removed all in OnGameModeExit and not helping .. what could make it happend ?
Reply
#2

WHAT DOES IT MEAN?

But seriously, I have no clue what you're trying to explain.
Reply
#3

He means that his server freezes instead of properly exiting. This is probably due to an infinite loop somewhere, but another cause may be improper usage of a MySQL plugin.
Reply
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
He means that his server freezes instead of properly exiting. This is probably due to an infinite loop somewhere, but another cause may be improper usage of a MySQL plugin.
I did infinitie loop to crash the server to check if I solve it .. because it happen alot .. can you give me example of inifinie loop with "for"? [I usually used "for"]


edit -

maybe this ?

PHP код:
    for (new i=0sizeof(CheckPointMessi); i++) 
Reply
#5

While-loops are notorious for causing infinite loops, it's not very common in for-loops. These are some very quick examples about infinite for-loops:
pawn Код:
for( ; ; ) {}

for(new i; i < MAX_PLAYERS; i++)
{
    --i;
}
Reply
#6

Quote:
Originally Posted by Vince
Посмотреть сообщение
While-loops are notorious for causing infinite loops, it's not very common in for-loops. These are some very quick examples about infinite for-loops:
pawn Код:
for( ; ; ) {}

for(new i; i < MAX_PLAYERS; i++)
{
    --i;
}
There are not another reason for stuck server? because the examples you gave here not in my mode for sure .... what about what I showed here? with sizeof.. maybe this is the problem ?
Reply
#7

jump
Reply
#8

even i got this problem :E

Got a solution anyone? Seems to happen only on the host not on my PC
Reply
#9

someone?
Reply
#10

jump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)