Thread: read please look is this right?

Results 1 to 5 of 5
  1. #1 read please look is this right? 
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    is this logout code client side right??


    Code:
    public void drawLogoutButton() {
    		if(tabInterfaceIDs[10] != -1 && anInt1054 == 9)
    			if(loopCycle % 20 >= 10);
    				sideIcons[10].drawSprite(228, 0);
    		if(logIconHPos == 2) {
    			logIconH.drawSprite(228, 0);
    		}
    			if(tabID == 10)
    			logIconC.drawSprite(228, 0);
    	}
    because when i try to logout i still cant idk what to do ..
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2012
    Posts
    20
    Thanks given
    0
    Thanks received
    6
    Rep Power
    5
    What's wrong, I don't get what your asking.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    when i try to log out nothing happens i don't know how to fix
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    189
    Thanks given
    6
    Thanks received
    29
    Rep Power
    52
    This method just draws the image of the logout button. I don't know where you would find the logout method though..
    Reply With Quote  
     

  5. #5  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4


    replace it with this

    Code:
    public void drawLogoutButton() {
            	if(tabInterfaceIDs[9] != -1 && anInt1054 == 9)
                	if(loopCycle % 20 >= 10);
                    	sideIcons[10].drawSprite(228, 0);
            	if(logIconHPos == 1) {
                	logIconH.drawSprite(228, 0);
                	if(tabID == 10)
                    	logIconC.drawSprite(228, 0);
            	}
        	}
    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: 5
    Last Post: 03-30-2013, 06:34 AM
  2. Replies: 7
    Last Post: 10-30-2012, 06:31 PM
  3. Replies: 16
    Last Post: 04-06-2012, 03:08 AM
  4. [MUST READ]How to make a good server!!![/MUST READ]
    By shoopdawhoop in forum Tutorials
    Replies: 28
    Last Post: 06-11-2011, 10:25 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
  •