Thread: [Solved] game_text l4d2 help
View Single Post
Aceleracion
Member
Join Date: Jul 2017
Location: Ecuador
Old 11-29-2017 , 12:57   Re: game_text l4d2 help
Reply With Quote #37

Quote:
Originally Posted by Emilio3 View Post
g_ModeScript.HUD_MID_BOX , 0.80 , 0.7 , 0.25 , 0.1 )");
that is ok, better
HUDPlace (slot, x, y, w, h)
  • x: coordinate x of the hud
  • y: coordinate y of the hud
  • w: width of the hud
  • h: height of the hud

In x: If the number is positive it moves to the right, otherwise it moves to the left.
In y: If the number is positive it moves down, otherwise it moves up.

Thanks to you too. I'm glad you found the solution, although it's been a while since you posted the problem.
__________________
by Aceleración
To succeed in your goals, use your true potential

Last edited by Aceleracion; 11-29-2017 at 13:07.
Aceleracion is offline