SA-MP Forums Archive
Register Date - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Register Date (/showthread.php?tid=475081)



Register Date - radiobizza - 11.11.2013

How do I make the player when recording to be saved once you joined?


Re: Register Date - NeMoK - 11.11.2013

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"


Re: Register Date - radiobizza - 11.11.2013

Quote:
Originally Posted by NeMoK
Посмотреть сообщение
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"
I use YSI