UPDATE
- Added option to give only certain teams a life alert by default.
- If this is enabled then AutoLifeAlert is ignored and this overwrites it for these teams only
- Config CH_AdvMedic.Config.AutoLifeAlertOnlyTeams
- Config for teams CH_AdvMedic.Config.AutoLifeAlertOnlyTeamsTable
- Use SafeRemoveEntityDelayed to safely remove entities.
- QoL updates to code base.
- Fixed some 3d2d not respecting CH_AdvMedic.Config.DistanceTo3D2D
- Increased font size on recharge station to improve readability.
UPDATE
If you use PlayerDeath on jobs to demote them, you should only use ply:teamBan() and then my addon will properly change their team when they respawn (if not revived).
- Fixed the compatibility in my addon with demoting players in PlayerDeath hooks for DarkRP jobs not working.
Edited file: lua/ch_adv_medic/server/medic_defib.lua
UPDATE
- Fixed translation for health NPC.
- Fixed a rare null entity error caused by internal bleeding.
- Added the ability to disable moaning if no gender is detected.
- It's disabled by default (and returns to Male moan like it always has)
- Can be enabled with config CH_AdvMedic.Config.DisableMoanIfNoGender
