Quote:
Originally Posted by [XST]O_x
Why didin't it work? It's the only way to do it.
Check the date and time on OnPlayerDisconnect and convert it to dd/mm/yyyy hh:mm format. Store it as a string using any file managment system and when the player connects display it back.
|
Thanks! I was doing it on the LOGIN_DIALOG, that is why it didn't work. I'll try it on OnPlayerDisconnect.