09.06.2015, 23:59
This is my GameClock. How to set on clock 18?
PHP код:
forward GameModeClock(); ///clock start
public GameModeClock()
{
new string[256],string2[128];
if (GameMinute == 0)
{
format(string, sizeof(string), "%s",string);
//printf(string);
format(string2, sizeof(string2), "worldtime %s",string);
SendRconCommand(string2);
format(string, sizeof(string), "{FFFFFF}Game Time: {BDBDBD}%s",string);
SendClientMessageToAll(ROJO, string);
}
}

