Solved Help with HUD info entity

Question that is answered or resolved.

kdo

Member
Hello guys! I need to create an entity that scroll with the screen like it make part of the player hud, its shows a temporary info and when player walks follow like the hud.
My idea is to show in the hud the name of the music playing in the stage when player is spawned.
I tried something here but with no sucess.

Thanks...
 
Solution
Hi kdo, you've got two solutions to make that:
1) In Options ->Sound options -> Show music titles -> Yes
2) You can use it like a
Code:
type panel
entity with a speed 1 and a lifespan of your choice to make this.
Hi kdo, you've got two solutions to make that:
1) In Options ->Sound options -> Show music titles -> Yes
2) You can use it like a
Code:
type panel
entity with a speed 1 and a lifespan of your choice to make this.
 
Solution
Back
Top Bottom