settimer loop in OnGameModeInit bug
#2

are you defining variables to the timers?

example:
Код:
new timer;
forward Timer();
public OnGameModeInit()
{
  timer = SetTimer("Timer", 1000, true);
  return 1;
}
Reply


Messages In This Thread
settimer loop in OnGameModeInit bug - by nico005 - 07.04.2009, 00:08
Re: settimer loop in OnGameModeInit bug - by Kinetic - 07.04.2009, 00:11
Re: settimer loop in OnGameModeInit bug - by nico005 - 07.04.2009, 00:45
Re: settimer loop in OnGameModeInit bug - by Kinetic - 07.04.2009, 01:04
Re: settimer loop in OnGameModeInit bug - by nico005 - 07.04.2009, 01:39

Forum Jump:


Users browsing this thread: 1 Guest(s)