Thread: nVault Tutorial
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 10-14-2011 , 18:29   Re: nVault
Reply With Quote #28

That will delete entries that are older than 10 days.

nvault_prune( Vault , start time , end time )

All entries that fall within starting and ending time are deleted.

0 = start of time
get_systime() = now
86400 * 10 = 10 days
__________________

Last edited by Bugsy; 10-14-2011 at 18:32.
Bugsy is offline