30.09.2012, 06:37
use this
pawn Code:
forward timer();//forward the function
public Ongamemodeint
SetTimer("timer", 10080000,true);
public timer() //fowarding the foward
{
GameTextForAll("Server Restarting In 2 minutes",30000,0);// with some changes
return 1;
}