Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Don\'t bump after 8 minutes, geez. It\'s hard to say really, try searching (Ctrl+F) for %i/%i/%i.
Posts: 216
Threads: 60
Joined: Oct 2008
Reputation:
0
What do you mean by \'GF mod\'? Are you talking about a separate mod for GTA SA? Or are you talking about a SA:MP gamemode?
Posts: 199
Threads: 7
Joined: Aug 2011
Reputation:
0
check the textdraws, usually this kind of time is created using td\'s.
Posts: 1,223
Threads: 5
Joined: Sep 2011
Reputation:
0
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; )