Thread: Private chat and clan chat

Results 1 to 5 of 5
  1. #1 Private chat and clan chat 
    Banned
    Join Date
    May 2012
    Posts
    158
    Thanks given
    22
    Thanks received
    12
    Rep Power
    0
    I'm having problems with my Clan chat and private chat.. and I'm completely lost right now.

    nothing's working, my lootshare button, the clan chat chat, nor private messaging..

    and I don't understand how or why... any help?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596


    fixed image

    1st error; you've got a class named the same in 1 package, remove one.

    2nd/3rd/4th error; you'll most likely have to import the clan class; or create a new object called 'clan' in the 'clan' class.

    Code:
    private Client client;
    private String name;
    
    public Clan(Client client, String name) {
     this.client = client;
     this.name = name;
    }
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2012
    Posts
    158
    Thanks given
    22
    Thanks received
    12
    Rep Power
    0
    Edit
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    Quote Originally Posted by NlCK View Post
    well my co owner was trying to add custom tags in the clan chat and we had added loyaltie titles (which are now removed due to so many problems) and ever since we added them everything has been fucked up.. so i riped clanchathandler and clanchat.java from runexero v1, and now im getting these unexplainable errors.. Mind giving me a hand? not trying to beg but I'm so lost lmao
    You can't just rip classes without even bothering to check them, i believe you forgot the 'clan' class.
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    May 2012
    Posts
    158
    Thanks given
    22
    Thanks received
    12
    Rep Power
    0
    ignore
    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: 25
    Last Post: 05-23-2011, 09:22 PM
  2. [614]Private message and Clan chat.
    By synergy` in forum Help
    Replies: 3
    Last Post: 05-01-2011, 08:37 PM
  3. Replies: 16
    Last Post: 09-22-2010, 10:20 PM
  4. Replies: 24
    Last Post: 11-20-2009, 02:50 AM
  5. Replies: 3
    Last Post: 10-02-2009, 11:49 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
  •