Servers constantly restarting.
#7

You could also have an open loop(never stops) or maybe your script has an odd circle

pawn Код:
forward Callback1();
forward Callback2();
public OnGameModeInit()
{
  Callback1();
  return 1;
}
public Callback1()
{
  Callback2();
}
public Callback2()
{
  Callback1();
}
Reply


Messages In This Thread
Servers constantly restarting. - by Moglizorz. - 21.01.2010, 15:24
Re: Servers constantly restarting. - by Perker12345 - 21.01.2010, 15:36
Re: Servers constantly restarting. - by Moglizorz. - 21.01.2010, 15:51
Re: Servers constantly restarting. - by Moglizorz. - 21.01.2010, 17:07
Re: Servers constantly restarting. - by Moglizorz. - 21.01.2010, 20:35
Re: Servers constantly restarting. - by Perker12345 - 21.01.2010, 20:40
Re: Servers constantly restarting. - by Joe Staff - 21.01.2010, 20:43

Forum Jump:


Users browsing this thread: 4 Guest(s)