Thread: [non renamed] add clickable text [for interfaces]

Results 1 to 9 of 9
  1. #1 [non renamed] add clickable text [for interfaces] 
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    before we start this was approved for me to post by galkon. i made this non renamed 100% by myself

    Code:
    	public static void addClickableText(int id, String text, String tooltip, Class30_Sub2_Sub1_Sub4 wid[], int idx, int color, int width, int height)
    	{
            Class9 Tab = AddTab2(id);
            Tab.anInt250 = id;
            Tab.anInt236 = id;
            Tab.anInt262 = 4;
            Tab.anInt217 = 1;
            Tab.anInt220 = width;
            Tab.anInt267 = height;
            Tab.anInt214 = 0;
            Tab.aByte254 = 0;
            Tab.anInt230 = -1;
            Tab.aBoolean223 = false;
            Tab.aBoolean268 = true;
            Tab.aClass30_Sub2_Sub1_Sub4_243 = wid[idx];
            Tab.aString248 = text;
            Tab.aString221 = tooltip;
            Tab.aString228 = "";
            Tab.anInt232 = color;
            Tab.anInt219 = 0;
            Tab.anInt216 = 0;
            Tab.anInt239 = 0;    
    	}
    
    
    public static Class9 AddTab2(int id)
    	{
    		Class9 class9 = aClass9Array210[id] = new Class9();
    		class9.anInt250 = id;
            class9.anInt236 = id;
            class9.anInt262 = 0;
            class9.anInt217 = 0;
            class9.anInt214 = 0;
            class9.anInt220 = 512;
            class9.anInt267 = 334;
            class9.aByte254 = 0;
            class9.anInt230 = 0;
    		return class9;
    	}
    it works but 2 bugs;

    it doesnt replace text, and it doesnt load text where previous is loaded.

    example use;

    Code:
    public static void Msi2(Class30_Sub2_Sub1_Sub4[] wid)
    {
    Class9 Tab = AddTab(11000);
    addClickableText(11001, "lol", "lool", wid, 0, 0xffffff, 90, 11);
    int Frame = 0;
    Tab.anIntArray240 = new int[1];
    Tab.anIntArray241 = new int[1];
    Tab.anIntArray272 = new int[1];
    Tab.anIntArray240[Frame] = 11001;
    Tab.anIntArray241[Frame] = 0;
    Tab.anIntArray272[Frame] = 0;
    Frame++;
    }

    Credits

    90% Galkon
    10% me
    ILY Stewie.
    Reply With Quote  
     

  2. #2  
    Retired. Stop PMing me.

    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    14
    Posts
    7,528
    Thanks given
    1,783
    Thanks received
    2,822
    Discord
    View profile
    Rep Power
    5000
    He does have my permission to post this.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    Quote Originally Posted by Galkon View Post
    He does have my permission to post this.
    thanks.
    ILY Stewie.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    Thanks 'Zylem.
    Reply With Quote  
     

  5. #5  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Why would he need your permission if he made it?
    Free Filehost Premium Accounts
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Client Developer

    Pb600's Avatar
    Join Date
    Dec 2008
    Posts
    2,184
    Thanks given
    306
    Thanks received
    489
    Rep Power
    925
    Oh thanks nice explained
    Reply With Quote  
     

  7. #7  
    Retired. Stop PMing me.

    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    14
    Posts
    7,528
    Thanks given
    1,783
    Thanks received
    2,822
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Tyler View Post
    Why would he need your permission if he made it?
    He got it from my renamed version, smart one.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    Quote Originally Posted by Galkon View Post
    He got it from my renamed version, smart one.
    Owned LOL
    Reply With Quote  
     

  9. #9  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    thanks for comments.
    ILY Stewie.
    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
  •