Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
changing the gui
#1
1. let's say like in frmMirage i change where the picScreen is located do i have to change any codes? if so wut do i change?

2. if i change where the xp bar is do i need to change any codes? if so wut do i change?

3. if i change the width of the xp bar, do i need to change any codes? if so wut do i change?
Reply
#2
1. No
2. No
3. Yes, you will have to change the code where it's something like

Code:
frmMirage.xpbar.Width = (Val(Parse(1) / 100) / (Val(Parse(2)) / 100) * 100)

Where you would have to change the * 100 to whatever your new xpbar width is.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)