31.01.2010, 07:29
Quote:
Originally Posted by MaykoX
I think problem is here :
Код:
public OVER() { GameTextForAll("~r~ Time Limit Reached ~b~ Please Wait....", 2500 , 0); SetTimer("Restart", 10000 , 0); } To this : Код:
public ResetServer() { GameTextForAll("~r~ Time Limit Reached ~b~ Please Wait....", 2500 , 0); SetTimer("Restart", 10000 , 0); } |