roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2

Home Page:https://docs.cssharp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add method to free game events

roflmuffin opened this issue · comments

FireEventToClient does not dispose/free the game event as it may be used to manually re-send to other clients. A new native must be added to free these events, and call this from the PrintToCenterHtml method.