Posts: 527
Threads: 106
Joined: Dec 2012
Reputation:
0
How do I make the player when recording to be saved once you joined?
Posts: 24
Threads: 3
Joined: Jun 2011
Reputation:
0
If you are using MySQL registration and accounting
1. Go in your database
2. Select the table of players
3. In structure add a new field and set the type as "timestamp" and attributes "on update CURRENT_TIMESTAMP" and default "CURRENT_TIMESTAMP"