Modme Forums

EASY WAY OF A MENU HUD

Game Modding | Call of Duty: Black Ops 3 | Radiant


Bullen:

Hi, I just wondering if someone maby want to make an easy hud, just 2 texts in the Middle.
hud1 = self thread GameTypeHud1("PRESS 1 : NORMAL MODE");
hud2 = self thread GameTypeHud2("PRESS 2 : INSANE MODE");

And after press 1 or 2, you start the "thread" [the function]. Dont need the hard scripting like a big Menu, just two text in the middle, that dissapear after press 1 or 2 and you get:
iprintlnbold("YOU SELECTED INSANE MODE"); and start the "thread" I can do.