View Single Post
Author Message
000
Member
Join Date: Jul 2022
Old 07-08-2022 , 05:24   [ZR] Class Attribute HUD Health
Reply With Quote #1

Description:
Removes Elements from HUD like Health and Armor when infected.
Players will be informed accordingly so that they are not confused.

Requirements:
SourceMod 1.11+
Zombie:Reloaded
[ZR] Tools

Installation:
- Put all files from the release folder in your game root folder ("csgo", "cstrike", ...). However, check the "plugins" folder beforehand because files for csgo and css are separated.
- Reload map.

If the plugin(s) are not working as intended, check your logs in addons/sourcemod/logs and report here.
If error logs are not available, report nevertheless.

Configuration:
This plugin, unlike plugins usually do, does not use any .cfg files and is purely configurable via playerclasses.txt.
This means you can change values per playerclass.

PHP Code:
"hide_health" "yes" // Is health hidden for this playerclass? (yes/no) 
Add these values to all playerclasses you have, anywhere you want.

Translation:
If you will, and the translation to be used does not exist, you can upload the file in a reply.

Changelog:
Code:
- v1.0
  • Initial release.
- v1.1
  • Added per playerclass support.
- v1.2
  • Polishing.

Last edited by sneaK; 05-31-2023 at 10:42. Reason: Restore to previous version.
000 is offline