Forum

> > CS2D > General > How to know HUD pos ?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How to know HUD pos ?

9 replies
To the start Previous 1 Next To the start

old Re: How to know HUD pos ?

DarkBooy
User Off Offline

Quote
I mean, for example, I want to make hud in Above hud money ..

i need to set text and pos hud ..

but i dont know what the pos hud in Above hud money !
edited 2×, last 06.02.13 09:21:02 pm

old Re: How to know HUD pos ?

Gajos
BANNED Off Offline

Quote
user DarkBooy has written
hello us

i want to :

How to know HUD pos ?

please say ...

thanx ..


You can't set new position for default HUD!
You can make image like HUD and make lua for this.
1
2
3
4
5
6
7
8
img = {
	patch = "gfx/hud_money.png";
	x = 100;
	y = 100;
end

parse("mp_hud 111")
image(id,img.patch,img.x,img.y,2)

cs2d.com/help.php?cat=settings&cmd=mp_hud#cmd
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview