Originally posted by DEXBLUD23
Hey guys, I've been trying to get the clock name to work. But I just don't know how to do it, lol. I know it has something to do with System.Diagnostics but that's no help xD. Can you guys help me, like always I will squeeze your name into the credits.
to get the current time/date you can use "DateTime.Now" or "DateTime.UtcNow"
then use "ToString()" to format it
and then just set it to the player name
Example: * The output will be 23:59:59
PS3.Extension.WriteString(0x00, DateTime.Now.ToString("HH:mm:ss));
^ i don't have the offset for the player name

^ so i just put it "0x00"
* you can use "string.Format()" or "ToString()" for formating
this will help you with formatting
You must login or register to view this content.