31.01.2010, 07:09
I think problem is here :
Change over to ResetMode or somthing like that (what you got at OnGameModeint)
To this :
Код:
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); }