OciXCrom / RankSystem

Player ranks, XP, etc...
8 stars 3 forks source link

[Request] auto-cleaning players #4

Open Nord1cWarr1or opened 5 years ago

Nord1cWarr1or commented 5 years ago

I request for auto cleaning players, were not active longer than N days.

OciXCrom commented 5 years ago

Good idea. I'll add this in the next update. If you don't want to wait, you can add it yourself. It's just one line of code.

Find the line that contains nvault_open and add this directly under it:

nvault_prune(g_iVault, 0, get_systime() - (60 * 60 * 24 * N_DAYS));

Replace N_DAYS with the number of days you want.

Nord1cWarr1or commented 5 years ago

Find the line that contains nvault_open and add this directly under it:

nvault_prune(g_iVault, 0, get_systime() - (60 * 60 * 24 * N_DAYS));

Replace N_DAYS with the number of days you want.

I mean all it for MySQL method of save