17.07.2012, 19:36
This may work, just added +3 to the actual time.
pawn Код:
new hour,minute,second,l_str[20];
gettime(hour,minute,second);
format(l_str,12,"%02d:%02d%02d:",hour+3,minute,second);