Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Tutorial on hud elements
#1
Ohai

I was wondering if someone is willing to make a tutorial about hud elements, I find working with hud elements hard. My main problem is hud elements falling off your screen in other aspect ratios.

It would be much appreciated Heart
[Image: MaEIQ.png]
Reply

#2
use center, left, right and Inc/dec a number to it:

example:

Code:
    level.modversion_hud = newHudElem();
    level.modversion_hud.x = -7;
    level.modversion_hud.y = 12;
    level.modversion_hud.horzAlign = "right";
    level.modversion_hud.vertAlign = "top";
    level.modversion_hud.alignX = "right";
    level.modversion_hud.alignY = "middle";
    level.modversion_hud.alpha = .5;
    level.modversion_hud.fontScale = 1.4;
    level.modversion_hud.hidewheninmenu = true;
    level.modversion_hud setText("^5MY_Mod");
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  TUTORIAL CHEAT ENGINE for mw3 [HARD] Tony. 5 4,332 10-24-2013, 15:22
Last Post: Tomsen1410
  How to delete HUD elements on death? camxxcore 6 4,470 08-21-2013, 08:54
Last Post: Yamato
Question Tutorial addon! [HARD] Tony. 2 2,682 04-30-2013, 13:55
Last Post: [HARD] Tony.
  [TUTORIAL] Various Statements KrypTiK 2 2,627 01-07-2013, 21:00
Last Post: kokole
  Help Game Programming Tutorial Ich1994 8 4,371 01-01-2013, 21:21
Last Post: Ich1994
  [TUTORIAL] C# Introduction KrypTiK 4 3,063 12-30-2012, 10:06
Last Post: KrypTiK
  [TUTORIAL] Basic Syntax KrypTiK 0 1,874 12-29-2012, 20:33
Last Post: KrypTiK
  [TUTORIAL] Handling Errors in VB.NET KrypTiK 0 1,784 12-29-2012, 20:28
Last Post: KrypTiK
  [TUTORIAL] Getting to know your way around the IDE KrypTiK 0 1,827 12-29-2012, 20:23
Last Post: KrypTiK
  [TUTORIAL] Introduction Into VB.NET KrypTiK 0 1,704 12-29-2012, 20:15
Last Post: KrypTiK

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.