Posts: 523
Threads: 34
Joined: Aug 2008
Reputation:
0
If I get your question right, you want to tell the person when he last logged in?
In the case, you have to have a file on each connected name (could be login system), and add a field called logged. When the user logout, save the current date to the logged field, and when the user login show the logged field?
Posts: 369
Threads: 8
Joined: Oct 2010
Reputation:
0
No, i want create one variabile where player show when he logged last time.
Model: "Last time : 01/08/2011 20:20" understand
Posts: 523
Threads: 34
Joined: Aug 2008
Reputation:
0
No not really, because if you store it in a var it will be deleted when he disconnects.