With the recent 64-bit update in February, the logic_eventlistener
entity should be used to replace trigger_brush
entities, making this plugin unnecessary for future map updates.
- The
trigger_brush
entities are being replaced by thelogic_eventlistener
entity. - Server managers are encouraged to update their maps to utilize the new entity.
sm-plugin-zombiereloaded v3.12.7+ keep the event support from trigger_brush
via cvar (zr_infect_skip_trigger_brush
) for
game_playerdie
game_playerkill
game_playershot
event can (and should) be handled via vscript since its not an original event from the game engine.