Thread: Head Icon glitch.

Results 1 to 5 of 5
  1. #1 Head Icon glitch. 
    Registered Member
    Join Date
    May 2010
    Posts
    109
    Thanks given
    2
    Thanks received
    3
    Rep Power
    9
    I really have no idea how this happened, any help would be appreciated.


    Click here for Video
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Ahh, go into the player.java of your client.

    Change Public static int headIcon to Public int headIcon
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    May 2010
    Posts
    109
    Thanks given
    2
    Thanks received
    3
    Rep Power
    9
    Quote Originally Posted by Minecraft View Post
    Ahh, go into the player.java of your client.

    Change Public static int headIcon to Public int headIcon
    Thanks bro repped.
    Can you help me out some more though.. That gave me 2 errors that are probably a simple fix, but i suck with clients tbh. Im trying to learn.

    Reply With Quote  
     

  5. #4  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Comment out the HeadIcon command client sided.

    or
    if you didn't do it right: (Player,java, client sided)

    Code:
    public static int headIcon;
    CHANGE TO:
    Code:
    public int headIcon;
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Registered Member
    Join Date
    May 2010
    Posts
    109
    Thanks given
    2
    Thanks received
    3
    Rep Power
    9
    Quote Originally Posted by Minecraft View Post
    Comment out the HeadIcon command client sided.

    or
    if you didn't do it right: (Player,java, client sided)

    Code:
    public static int headIcon;
    CHANGE TO:
    Code:
    public int headIcon;
    Thanks dude it works now, i //'d out the lines that gave errors
    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. Head icon problems
    By Yodoxin in forum Help
    Replies: 1
    Last Post: 11-10-2009, 05:52 PM
  2. Head icon (prayer)
    By Flippy in forum Help
    Replies: 6
    Last Post: 05-24-2009, 01:09 AM
  3. Head icon id's
    By iZAjz in forum Requests
    Replies: 10
    Last Post: 04-29-2009, 07:06 PM
  4. [REQ] Custom Head Icon [REQ]
    By ThatGuyGlazed in forum Graphics
    Replies: 4
    Last Post: 08-30-2008, 05:41 PM
  5. Head icon?
    By Sub in forum RS2 Client
    Replies: 1
    Last Post: 06-16-2008, 06:51 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
  •