20.07.2009, 20:25
1:
pawn Код:
//top
forward GMX();
//OnGameModeInit
SetTimer("GMX", 600000,1); //change the 1 to 0 if you dont want it to repeat
//anywhere
public GMX()
{
GameModeExit();
}