2 gamemods
#9

pawn Код:
forward myTimer();

public myTimer()
{
  GameModeExit();
  return 1;
}

// under OnGameModeInit-callback:
SetTimer("myTimer", _YOUR_END_TIME_IN_MILISECONDS_, false);
Reply


Messages In This Thread
2 gamemods - by Ironboy500 - 17.10.2009, 14:23
Re: 2 gamemods - by Correlli - 17.10.2009, 14:27
Re: 2 gamemods - by Ironboy500 - 17.10.2009, 14:33
Re: 2 gamemods - by Correlli - 17.10.2009, 14:36
Re: 2 gamemods - by Ironboy500 - 17.10.2009, 14:37
Re: 2 gamemods - by Ironboy500 - 17.10.2009, 14:51
Re: 2 gamemods - by Correlli - 17.10.2009, 14:52
Re: 2 gamemods - by Ironboy500 - 17.10.2009, 14:59
Re: 2 gamemods - by Correlli - 17.10.2009, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)