Page 1 of 1

Entity Info (Button Info & Break Message)

Posted: 07 Mar 2024, 22:15
by z0h1r-LK

Entity Info

Description:

  • This add-on is prints message in chat when someone press any button or break something (func_breakable).

Screenshots:

  • Image

Instructions && Installations:

  • Compile plug-in with AMX Mod X 1.10.0.5467 or higher.

  • Copy translation keys in zombie_escape.txt in section [en].

Translation Keys:

  1. MSG_BREAK_INFO = "!g%s !thas break something !g#%i !"
  2. MSG_BUTTON_INFO = "!g%s !thas pressed a button !g#%i !"

Console Variables:

  1. ze_button_info 1        // Print message in chat when someone press any button (1 = Enabled | 0 = Disabled).
  2. ze_break_message 1      // Print message in chat when someone break something (1 = Enabled | 0 = Disabled).

Downloads