Thread: Yet, another help thread.

Results 1 to 9 of 9
  1. #1 Yet, another help thread. 
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    resolved
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Neurons View Post
    Code:
    if (c.clickedInterface = false) {
    				c.getItems().addItem(621, 1);
    			} else if (c.clickedInterface = true) {
    				c.getPA().closeAllWindows();
    			}
    nope
    Reply With Quote  
     

  3. #3  
    Extreme Donator

    Jilic-Matt's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    1,614
    Thanks given
    799
    Thanks received
    495
    Rep Power
    540
    When you press the button in clickingbuttons add clicked interface = true
    Reply With Quote  
     

  4. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Jilic-Matt View Post
    When you press the button in clickingbuttons add clicked interface = true
    atm i have this

    Code:
    		case 54186:
    			if (c.clickedInterface = false) {
    				c.getItems().addItem(621, 1);
    				c.clickedInterface = true;
    			} else if (c.clickedInterface = true) {
    				c.getPA().closeAllWindows();
    			}
    			break;
    what you're saying is, i should do this?

    Code:
    		case 54186:
    				c.clickedInterface = true;
    			if (c.clickedInterface = false) {
    				c.getItems().addItem(621, 1);
    			} else if (c.clickedInterface = true) {
    				c.getPA().closeAllWindows();
    			}
    			break;
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2012
    Posts
    51
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Adding that case won't do anything O.O
    I think...
    Reply With Quote  
     

  6. #6  
    Extreme Donator

    Jilic-Matt's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    1,614
    Thanks given
    799
    Thanks received
    495
    Rep Power
    540
    Quote Originally Posted by Karma_K View Post
    atm i have this

    Code:
    		case 54186:
    			if (c.clickedInterface = false) {
    				c.getItems().addItem(621, 1);
    				c.clickedInterface = true;
    			} else if (c.clickedInterface = true) {
    				c.getPA().closeAllWindows();
    			}
    			break;
    what you're saying is, i should do this?

    Code:
    		case 54186:
    				c.clickedInterface = true;
    			if (c.clickedInterface = false) {
    				c.getItems().addItem(621, 1);
    			} else if (c.clickedInterface = true) {
    				c.getPA().closeAllWindows();
    			}
    			break;
    Oh nvm didnt read the check properly on a phone, all i could think of in that case is adding a delay before next click with the check
    Reply With Quote  
     

  7. #7  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Rawr View Post
    Adding that case won't do anything O.O
    I think...
    wut.
    Reply With Quote  
     

  8. Thankful user:


  9. #8  
    Donator
    Trivium's Avatar
    Join Date
    Nov 2009
    Posts
    290
    Thanks given
    21
    Thanks received
    88
    Rep Power
    48
    Code:
    	if (c.clickedInterface == false) {
    		c.clickedInterface = true;
    		c.getItems().addItem(621, 1);
    	} else if (c.clickedInterface == true) {
    		c.getPA().closeAllWindows();
    	}
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Trivium View Post
    Code:
    	if (c.clickedInterface == false) {
    		c.clickedInterface = true;
    		c.getItems().addItem(621, 1);
    	} else if (c.clickedInterface == true) {
    		c.getPA().closeAllWindows();
    	}
    lmfao. was that easy eh. thanks
    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. Another showoff thread about 474 server :D
    By Lommeka in forum RS2 Server
    Replies: 7
    Last Post: 07-09-2008, 03:52 AM
  2. Ultimate unofficial help thread!
    By Xx Pker Xx in forum Tutorials
    Replies: 20
    Last Post: 08-30-2007, 05:15 PM
  3. Another multi threaded tut
    By life is hopeless in forum Tutorials
    Replies: 5
    Last Post: 08-24-2007, 10:44 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
  •