SA-MP Forums Archive
Help with Time and Date - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with Time and Date (/showthread.php?tid=302055)



Help with Time and Date - Phantomkiller - 07.12.2011

Hi guys, i need help with time and date... I dont know how to remove it... Here is the Picture

Pls help!


Re: Help with Time and Date - Phantomkiller - 07.12.2011

Quote:
Originally Posted by Phantomkiller
View Post
Hi guys, i need help with time and date... I dont know how to remove it... Here is the Picture

Pls help!
CMON HELP!!!


Re: Help with Time and Date - MP2 - 07.12.2011

Don\'t bump after 8 minutes, geez. It\'s hard to say really, try searching (Ctrl+F) for %i/%i/%i.


Re: Help with Time and Date - Phantomkiller - 07.12.2011

Nope, i cant find it


Re: Help with Time and Date - Celson - 07.12.2011

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?


Re: Help with Time and Date - [Diablo] - 07.12.2011

check the textdraws, usually this kind of time is created using td\'s.


Re: Help with Time and Date - [ABK]Antonio - 07.12.2011

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; )