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 (0 = nVault | 1 = MySQL/SQLite).
- ze_esc_inf_authtype 1 // Auth type (0 = Name | 1 = AuthID)
• Changes Log :
- [1.0]
- - First release.
- [1.1] ; <~~ Current.
- - Fix load and save issues (servers no steam).
- - Added SQLite save type.
- - Added auth type (Name).
• About SQL :
Plug-in is taken MySQL information's from file
sql.cfg
• Downloads :