Hello
Is it possible to show a HUD message indefinitely ? I mean like when a player goes to SPEC or dies during the game. I want to show a HUD message till the player joins T or CT or gets respawned in the next round.
I tried hooking DeathMsg and Spectator messages like this:
Code:
register_message(120, "join_spec");
register_event("DeathMsg", "deathmsg", "a");
but the HUD is displayed only for a short time.