Forums » Suggestions

[Lua] Event to indicate when the HUD has been created

Nov 02, 2025 draugath link
Could you add an Event that signals when the HUD has been created and is available to be modified by plugins?

Because Event handlers are processed in a random order, sometimes the game will run its code first and sometimes a plugin will execute first. When it comes to modifying the HUD, this can cause an error or a client crash if a plugin attempts to modify the HUD before it has been created.
Nov 03, 2025 incarnate link
Thanks for the note. We'll probably just change this generally, so the game calls are always executed first.