Thread: sprites wont show...

Results 1 to 2 of 2
  1. #1 sprites wont show... 
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    i added this... into rstinerface...
    public static void PVPInterface(TextDrawingArea[] tda) {
    RSInterface RSinterface = addInterface(21200);
    addSprite(21201, 0, "PvP/NOTINWILD1");
    addText(21202, "", tda, 1, 0xff9040, true, true);
    int last = 2;
    RSinterface.children = new int[last];
    RSinterface.childX = new int[last];
    RSinterface.childY = new int[last];
    setBounds(21201, 400, 285, 0,RSinterface);
    setBounds(21202, 444, 318, 1,RSinterface);
    }

    public static void PVPInterface2(TextDrawingArea[] tda) {
    RSInterface RSinterface = addInterface(21300);
    addSprite(21301, 0, "PvP/INWILD1");
    addText(21302, "", tda, 1, 0xff9040, true, true);
    int last = 2;
    RSinterface.children = new int[last];
    RSinterface.childX = new int[last];
    RSinterface.childY = new int[last];
    setBounds(21301, 400, 285, 0,RSinterface);
    setBounds(21302, 444, 318, 1,RSinterface);
    }

    public static void PVPInterface3(TextDrawingArea[] tda) {
    RSInterface RSinterface = addInterface(21400);
    addSprite(21401, 0, "PvP/INCOUNT1");
    addText(21402, "", tda, 1, 0xff9040, true, true);
    addText(21403, "", tda,1,0xffffff, true, true);
    int last = 3;
    RSinterface.children = new int[last];
    RSinterface.childX = new int[last];
    RSinterface.childY = new int[last];
    setBounds(21401, 400, 285, 0,RSinterface);
    setBounds(21402, 444, 318, 1,RSinterface);
    setBounds(21403, 412, 290, 2,RSinterface);
    }
    also added this to same file...
    PVPInterface(textDrawingAreas);
    PVPInterface2(textDrawingAreas);
    PVPInterface3(textDrawingAreas)
    and added the sprites to my sprites..... doesnt work....i tryed this before on a dif source and it worked please help...
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    /Fixed
    Come Play with us! at LonelyPvP.x90x.net
    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

Similar Threads

  1. Help Server wont show up!
    By Defiled-X in forum Forum Related Help
    Replies: 6
    Last Post: 10-08-2010, 06:58 PM
  2. Hits wont show up?
    By George in forum Help
    Replies: 4
    Last Post: 02-14-2010, 07:00 PM
  3. My changes wont show?
    By Wize Old Man in forum Help
    Replies: 2
    Last Post: 07-07-2009, 10:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •