Hi all,
Im trying to get the chatlog etc. working on the new build, im now converting the Unix Timestamp to the String.
Now when i try to do this in ModeratorTicketChatlogComposer.cs, i cant get it to work. It says "Log doesnt exists in the current context." I know what i means, already tried different things. This is my code:
Could somebody help me?Code:DateTime time = new DateTime(Convert.ToInt32(Log["timestamp"])); base.WriteString(time.ToString("hh:mm"));
Regards,
Multify


Reply With Quote

