/exec new h,m,s,str[16];gettime(h,m,s);format(str,16,"%d:%d:%d",h,m,s);GameTextForPlayer(0, str, 3000, 1);