Escapes & Infects
• Description :
This add-on collects the number of escapes and infections and saves this to MySQL or nVault.
• Screenshots :
• Installations & Instructions :
Compile plug-in with AMX Mod X 1.10.0.5467 or newer.
Copy translation keys in
zombie_escape.txt
in section[en]
.
• Translation Keys :
- [en]
- MSG_ESCAPES = "Your escapes is !g%i"
- MSG_INFECTS = "Your infects is !g%i"
• Console Variables :
- // --- --- ---
- // Escapes & Infects
- // --- --- ---
- ze_esc_inf_savetype 0 // Save type of Escapes & Infects (0 = nVault | 1 = MySQL).
• How to initialize MySQL :
This add-on is use database information from
sql.cfg
. So, Add-on is only create a Table automatically in database:amx_sql_db
, If database is exist.
• Downloads :