Chat box gets spammed then server crashes
#4

Quote:
Originally Posted by new121
Посмотреть сообщение
pawn Код:
public CamTime()
{
    for(new i; i<MAX_PLAYERS; i++)
    {
        SpawnInRound(i);
        SetTimer("RoundTimer", 60000, false);
    }
    return 1;
}
This sets 500 different timers, hence the spam. Move the timer out of the loop and you should be good.
Reply


Messages In This Thread
Chat box gets spammed then server crashes - by new121 - 18.03.2012, 22:53
Re: Chat box gets spammed then server crashes - by Vince - 18.03.2012, 22:55
Re: Chat box gets spammed then server crashes - by new121 - 18.03.2012, 22:58
Re: Chat box gets spammed then server crashes - by Vince - 18.03.2012, 23:26
Re: Chat box gets spammed then server crashes - by new121 - 18.03.2012, 23:49
Re: Chat box gets spammed then server crashes - by new121 - 19.03.2012, 00:13

Forum Jump:


Users browsing this thread: 5 Guest(s)