Posts: 338
Threads: 44
Joined: Dec 2007
Reputation:
0
Make a timer which goes down by 1 sec each second and then just change it by:
format(string, sizeof(string), "hostname Server Opens In : %d:%d:%d",hour,minute,second);
SendRconCommand("hostname [name]");
And you need to add a zero code which i'm going to find right now.