Lovono Posted April 29, 2016 Share Posted April 29, 2016 I saw sjaak327's Simple Trainer's menu and I like it, how exactly did he make it? Link to comment Share on other sites More sharing options...
ins1de Posted April 30, 2016 Share Posted April 30, 2016 Create rectangles with draw text over them. The main menu for example just calls another draw rectangle before hiding itself. You also need an index to loop through all the elements for each menu. Then you can assign a keypress to an event. For instance, if main menu 1 is active and key "Numpad5" is pressed, get which index we are at and do a specific action like showing another menu. Link to comment Share on other sites More sharing options...
Lovono Posted May 1, 2016 Author Share Posted May 1, 2016 It seems that the function below doesn't allow to draw text more than 100 character, but I want to write help - key shortcut for e.g - on the screen. Do I have to divide my help text and draw multiple time - or is there anyway I can draw one time? UI::_DRAW_TEXT() Link to comment Share on other sites More sharing options...
Skorpro Posted May 1, 2016 Share Posted May 1, 2016 Some hints -> HERE Lovono 1 Link to comment Share on other sites More sharing options...
Lovono Posted May 1, 2016 Author Share Posted May 1, 2016 Some hints -> HERE I see, so each time we can only print like less than 100 characters, if we want more, we have to divide the text and draw those array of text. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now