Time fixed(v26 RP)

Status
Not open for further replies.

Dayron1234

Rapnameiszero,cuzIhavezero,toleranceforidiots
Jun 30, 2010
772
35
So you know when you start up a RP emulator it tell's you the wrong time or seconds ect..?
Will here is a fix for 2 things in the core.cs in any RP emulator

Core.cs find:
Code:
DateTime _STOP = DateTime.Now;
TimeSpan _TST = _STOP - _START;

Replace with:
Code:
DateTime.Now.ToString("HH:mm:ss tt");

Last find:
Code:
_TST.TotalMilliseconds.ToString()

Replace with:
Code:
DateTime.Now.Millisecond

There now your emulator will have a working time

Credits:
Me-10% for fixing it
RastaLulz - 10% for adding RP functions ect...
Dissi - 80% for creating the server
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,905
Thanks for this release, I'l put it in my edit of Rastas, but I don'treally see the point, but however, thanks for this I have plans to use it for something else ;).

- Lurv you.
 
Status
Not open for further replies.

Users who are viewing this thread

Top