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:
Replace with:
Last find:
Replace with:
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
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