Points System
• Description:
This add-on give players point(s) when infect Human or kill Human or Zombie...etc
• Screenshots:
• Installation and Instructions:
Compile plug-in with AMX Mod X 1.10.0.5467 or newer.
Copy translate keys and paste them in
zombie_escape.txt
in section[en]
.
• Translation Keys:
- MSG_POINTS = "!tYour points is !g%d"
- MSG_POINTS_NOTIFY = "+%d Point(s)"
- HUD_POINTS_NOTIFY = "+%d Point(s)"
• CVars:
- ze_points_save 0 // Save Type (0 = nVault | 1 = MySQL/SQLite).
- ze_points_auth 1 // Auth Type (0 = Name | 1 = AuthID).
- ze_points_start 0 // How many Point(s) do player get when join server first time (0 = Disabled).
- ze_points_infect 1 // How many Point(s) do Zombie get when Infect Human (0 = Disabled).
- ze_points_hm_killed 2 // How many Point(s) do Zombie get when Kill Human (0 = Disabled).
- ze_points_zm_killed 5 // How many Point(s) do Zombie get when Kill Zombie (0 = Disabled).
- ze_points_escape_success 10 // How many Point(s) do Zombie get when Escape Success (0 = Disabled).
- ze_points_hud_mode 0 // Points Notify message mode (0 = Disabled | 1 = Chat | 2 = Text Center | 3 = HUD | 4 = DHUD).
- ze_points_hud_red 255 // Points Notify message HUD Red Color (0..255).
- ze_points_hud_green 180 // Points Notify message HUD Green Color (0..255).
- ze_points_hud_blue 30 // Points Notify message HUD Blue Color (0..255).
• Changes Log:
- [v1.0]
- - First release.
- [v1.1] ; <~~ Current
- - Minor improvements
- - Added SQLite save type.
- - Added new auth type (Name).
- - Added missing translation keys.
- - Added missing include 'ze_points.inc'.
- - Fixed load and save issues (servers no steam).
• Commands:
/pts
or/points
- Show number of Points.
• Downloads: