07.12.2011, 09:25
gettime(
getdate(
^ search for that..search your filterscripts everything n see if you find one stuck in a textdraw
and it would most likely be %02f:%02f:%02f or something like that for the second portion...first portion is probably %d/%d/%d since it would be GetTime(day, month, second); format(str,sizeof(str), "%d/%d/%d~n~%02f:%02f:%02f", month, day, year, hour, minutes, seconds); ofc the vars will vary depending on who made it...( new hour,minute,second; )
getdate(
^ search for that..search your filterscripts everything n see if you find one stuck in a textdraw
and it would most likely be %02f:%02f:%02f or something like that for the second portion...first portion is probably %d/%d/%d since it would be GetTime(day, month, second); format(str,sizeof(str), "%d/%d/%d~n~%02f:%02f:%02f", month, day, year, hour, minutes, seconds); ofc the vars will vary depending on who made it...( new hour,minute,second; )