Thread: [Pi] custom vote interface[pi]

Results 1 to 6 of 6
  1. #1 [Pi] custom vote interface[pi] 
    Registered Member pkinliyfe's Avatar
    Join Date
    May 2011
    Posts
    97
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    ok guys so pretty much im trying to make a custom vote interface
    Hes my code
    Code:
    	public static void Vote {
    	RSInterface tab = addTabInterface(12345);//this can be anything just make sure its not already a interface
        addSprite(12346, 0, "customVote, Backround1");
    	Tab.totalChildren(1);
    	Tab.child(0f, 12346, 0, 0);
    	}
    Heres my rsinterface.java
    Code:
    http://www.mediafire.com/?ew6tqicic1w4f96
    Can you please put it in it
    thank you!
    Reply With Quote  
     

  2. #2  
    Registered Member pkinliyfe's Avatar
    Join Date
    May 2011
    Posts
    97
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    bump
    Reply With Quote  
     

  3. #3  
    Registered Member pkinliyfe's Avatar
    Join Date
    May 2011
    Posts
    97
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by Pea2nuts View Post
    LOL just put it in rsinterface.java its not hard
    It wont let me its to long.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Apr 2011
    Posts
    215
    Thanks given
    18
    Thanks received
    7
    Rep Power
    0
    public static void Vote(RSFont[] tda) {
    RSInterface tab = addTabInterface(12345);
    addSprite(12346, 0, "Interfaces/INTERFACELOCATION");
    tab.totalChildren(1);
    tab.child(0, 12346, 0, 0);
    }

    Change Interfaces/INTERFACELOCATION to where ever the interface is in cache....


    and after aclass4 = archive;
    add
    Vote(rsFonts);
    Reply With Quote  
     

  5. #5  
    Registered Member Market Banned Market Banned


    Join Date
    Feb 2010
    Age
    25
    Posts
    3,068
    Thanks given
    913
    Thanks received
    349
    Rep Power
    385
    I made a huge interface yesterday with over 102 Lines i don't think this is long
    Reply With Quote  
     

  6. #6  
    Registered Member pkinliyfe's Avatar
    Join Date
    May 2011
    Posts
    97
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    can some1 team view and help me
    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. Replies: 26
    Last Post: 11-06-2016, 03:15 AM
  2. [REF] Vote Rewards Interface (Crappy)
    By KaiserCo in forum Snippets
    Replies: 12
    Last Post: 06-15-2011, 10:34 AM
  3. Replies: 4
    Last Post: 10-13-2009, 09:39 AM
  4. Whats the Best Band VOTE VOTE VOTE!
    By C.T in forum Voting
    Replies: 1
    Last Post: 12-02-2008, 11:30 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
  •