Description:
This plugins allows players to store and retrieve ammo packs in a bank-like system. They can deposit and withdraw ammo in-game, and can check how much they've got. Admins can choose the maximum amount the bank can hold. Data can be saved using NVault or in an SQL Database.
CVars:- zp_bank_announce_time - Announce the bank is running for players each *this* seconds
- zp_bank_max - Maximum amount the bank can hold per each player
- zp_bank_table - If using SQL, the table where to store the data (NOTE: This setting must be in 'amxmodx\configs\sql.cfg')
Extra Settings:
The plugin compiles by default using NVault. To use SQL, uncomment the 4th line, from:
Code:
//#define USING_SQL
To:
Requirements:
Tested only with AMX 1.8.1. Sure to work on 1.8.0 >, no guarantees for previous versions.
Modules: NVault or SQLX
SQL Settings follow AMXX default SQL CVars:
- amx_sql_host
- amx_sql_user
- amx_sql_pass
- amx_sql_db
- amx_sql_type
Changelog:
Code:
17/12/2008 - 1.0
Initial Release
20/12/2008 - 1.1
Fixed announce not working, added missing translation file