About This File
Descriptions:
A plugin to auto store ammopacks into vault and it can be stay how many days define in plugin.
Modules:
#include <nvault>
Configurations:
//Your vault name
#define VAULT_NAME "apstore"
//Max player's ammopack value that can be save in vault.
#define MAX_AMMOPACK 9999
//Max day player's ammopack can be stay in vault, set 0 = permanent.
#define DAY_PRUNE 15
ZP50 Support:
//Uncomment 'IM_USING_ZP50' if your server is running ZP50 and above.
#define IM_USING_ZP50