Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Version 1.1.2 - Name Plates (Hotfix)

Compare
Choose a tag to compare
@Xaymar Xaymar released this 25 Nov 12:35
· 78 commits to master since this release

With this version, Prop Hunt Extended now has the ability to show name plates above players in your own and other teams. Seekers will only see Seeker name plates, Hiders will see Hiders and Seekers and Spectators will also see Hiders and Seekers. The name plates can be configured using the ph_nameplates_* console variables, see 'cvarlist ph_nameplates_' for help.

Additionally the 'mp_friendlyfire 2' setting is fixed. It was previously only causing Lua errors, but as of this version will actually reflect the damage back to the attacker. This friendly fire interaction is also now properly logged to the lua log files for server administrators.

Hotfix: Fixed name plates showing for dead players.

Changelog:

  • Added support for customizeable name plates, see 'cvarlist ph_nameplates_' for help.
  • Fixed PlayerHurt and PlayerShouldTakeDamage being registered on the Client (these are Server only hooks).
  • Added support for 'mp_friendlyfire 2' which reflects the damage back to the attacker.
  • Added log messages for friendly fire, show when 'ph_debug_log' is set to 1.
  • Hotfix: Fixed name plates showing for dead players.