Posts: 11
Threads: 7
Joined: Apr 2016
Reputation:
0
05-13-2016, 06:43 PM
(This post was last modified: 05-13-2016, 06:49 PM by puszkyn91.)
Hey Guys!
I'm trying whole day to write a HUD with msg alarms on right side, that says:
Low ammo: X
Low Heal pots: X
Low mana pots: X
OR
a HUD that shows me all the time:
Amunition: x
Health pots: x
Mana pots: x
btw. i wont use Auto show Statistic HUD
plz help me
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
tried to do that sorry, wont work as good as auto show statistics... it will jump around screen and refreshes value....
it really looks bad...
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
05-14-2016, 07:22 AM
(This post was last modified: 05-14-2016, 07:31 AM by Catar.)
ok I tried something else now and it works fine, (it counts from open backpacks tho)
[macro]430 {hud} v1:=Misc.ItemCountEx(3031) v2:=Misc.ItemCountEx(3449) v3:=Misc.ItemCountEx(7364) HUD.Print(3, 2, 200, 222, 250, 500, Gold coin =!v1!) HUD.Print(3, 2, 200, 222, 250, 500, Burst Arrow= !v2!) HUD.Print(3, 2, 200, 222, 250, 500, Sniper Arrow= !v3!) exit() [/macro]
You need to match macro refresh rate with value of expire in this command
HUD.Print(HAlign, VAlign, R, B, G, Expire, Text) Show a HUD in the game screen with specific settings
Made video showing how to change placements
Posts: 11
Threads: 7
Joined: Apr 2016
Reputation:
0
Already did it too ;D so thx brah