Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[HELP][EA] how to create new GUI


farrel24
 Share

Recommended Posts

1. Add above GUI_COUNT in modEnumeration new enum GUI_QUESTLOG
2. Copy for example DrawOptions sub
3. Edit it to sort your needs
4. Make _MouseDown and _MouseUp events for it
5. Add drawing of it to Sub DrawGUI for example: If guiWindow(GUI_QUESTLOG).visible then DrawQuestLog
6. Add button for changing value of guiWindow(GUI_QUESTLOG).visible
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...