Page 1 of 1

Show Zombie HP

Posted: 06 Mar 2024, 22:20
by z0h1r-LK

Show Zombie HP

Description:

  • This plugin will show a Hud message when you attack or make damage for the zombie. This message will tell you his HP.

Screenshots

  • ImageImageImageImageImage

Console Variables:

  1. ze_hp_remain_mode 0           // Show Zombie HP HUD mode (0 = Text Message | 1 = HUD).
  2. ze_hp_remain_style 0          // Show Zombie HP HUD style (0 = Normal | 1 = Commas).
  3. ze_hp_remain_interval "0.25"  // Show Zombie HP interval (0.0 = Disabled).

Note:

  • This ze_hp_remain_interval will help you delay the message that will be sent to the player so that you don't get into trouble SZ_GetSpace

Instruction && Installations:

  • Compile a plug-in with AMX Mod X 1.9 or higher.
    Copy translation keys does not exist in zombie_escape.txt in section [en].

Translation Keys

  1. HUD_HP_REMAIN = "HP: %i"
  2. HUD_HP_REMAIN_COMMAS = "HP: %s"

Download