Thread: [508 hd (fullscreen)] welcome screen bug

Results 1 to 4 of 4
  1. #1 [508 hd (fullscreen)] welcome screen bug 
    william1434
    Guest
    hi, at the moment i having trouble with welcome screen for the 508 hd (fullscreen) i want to make my server both ld and hd



    can any one help me please
    Reply With Quote  
     

  2. #2  
    ★☆♥♣♥☆★

    EndlessZombies's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    440
    Thanks given
    30
    Thanks received
    4
    Rep Power
    125
    its the setwindowframe it uses. 548 is the welcome screen interface id. you'd have to figure out how to use another interface to work HD. i just ended up not doing hd lol :X

    "Snapback with my city on it, text back with yo titties on it, levi's with yo kitty on it"


    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Aug 2008
    Posts
    1,171
    Thanks given
    21
    Thanks received
    44
    Rep Power
    0
    in action buttons replace
    Code:
    p.frames.setWindowPane(p, 548);
    with 549

    of probably since you say, support both of them:

    Code:
    if(p.usingHD) {
    set... 549
    } else
    set... 548
    }
    Reply With Quote  
     

  4. #4  
    william1434
    Guest
    Quote Originally Posted by NoobScape View Post
    in action buttons replace
    Code:
    p.frames.setWindowPane(p, 548);
    with 549

    of probably since you say, support both of them:

    Code:
    if(p.usingHD) {
    set... 549
    } else
    set... 548
    }
    dont don't work thanks any way

    any more help?

    does any one know the action button for the fullscreen bottem in game
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •