Thread: Solved

Results 1 to 9 of 9
  1. #1 Solved 
    Banned

    Join Date
    Jul 2011
    Posts
    691
    Thanks given
    163
    Thanks received
    161
    Rep Power
    0
    Solved.
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    I am sorry if I am souding stupid, but what are you trying to do?

    Yell > clanchat?


    ~flow@hacking . rs
     

  3. #3  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Yeah, whats that shit about Yellchannels and stuff? For Yell, you want to send c2.sendMessage, Plus, ranks images, whatever ect. then message not all of this extra business youve got here.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
     

  4. #4  
    Banned

    Join Date
    Jul 2011
    Posts
    691
    Thanks given
    163
    Thanks received
    161
    Rep Power
    0
    Wtf is the reason for asking what i do on my server and why? Just fix my problem please...
     

  5. #5  
    Banned

    Join Date
    Jul 2011
    Posts
    691
    Thanks given
    163
    Thanks received
    161
    Rep Power
    0
    Quote Originally Posted by phl0w View Post
    I am sorry if I am souding stupid, but what are you trying to do?

    Yell > clanchat?
    For clanchat, you need to know what clan chat to join, and if anyone is even in there. Also my clanchat on my server is fucked and i cba to fix the whole thing because no one even uses it. My way you can see how many people are inside the yell channel, and it is object oriented. Will also give donators the benefit of being able to listen in on more than one channel at a time. Meaning, they can yell globally and trade at the same time, you cant be in 2 clans at once

    Picture:
     

  6. #6  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by Karmakaidan View Post
    Wtf is the reason for asking what i do on my server and why? Just fix my problem please...
    Okay, first of all. With that attitude nobody is going to want to help you at all, so i'd suggest you just calm right down because nobody here is obligated to help you.
    Next, The reason we are questioning what you want to do on server and why is because if you want to do something, and your trying to do it the long, wrong and hard way. Of course we would advise you to revise?

    Now what exactly do you WANT.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
     

  7. #7  
    Banned

    Join Date
    Jul 2011
    Posts
    691
    Thanks given
    163
    Thanks received
    161
    Rep Power
    0
    Quote Originally Posted by Faris View Post
    Okay, first of all. With that attitude nobody is going to want to help you at all, so i'd suggest you just calm right down because nobody here is obligated to help you.
    Next, The reason we are questioning what you want to do on server and why is because if you want to do something, and your trying to do it the long, wrong and hard way. Of course we would advise you to revise?

    Now what exactly do you WANT.

    I just explained it above, the message is multiplied by the amount of players online, so if i yell with 20 people online, it will spam their chat box with 20 of the same yell. Yet it is the same method as the other one, and the other one doesnt have that problem. And the wtf wasnt directed towards you that other kid was flaming me on another post i had, and yet again he comes back to ask me why i have what i have. We are in the help section not the criticize section.
     

  8. #8  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Just going to type out some cody but no conventions (on my phone)

    Code:
    for (int i = 0; i < PlayerHandler.players; i++) {
    if (PlayerHandler.players[i] != null) {
    Client c2 = (Client) PlayerHandler.players[i];
    if (c2.chID == channelID) {
    //send message
    }
    }
    }


    ~flow@hacking . rs
     

  9. #9  
    Banned

    Join Date
    Jul 2011
    Posts
    691
    Thanks given
    163
    Thanks received
    161
    Rep Power
    0
    All fixed, just had to add a return after it sent the yellChannels method. Thanks for the help.
     


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. Annoying problem help please
    By Honey badger in forum Help
    Replies: 6
    Last Post: 11-28-2011, 10:29 PM
  2. Annoying Problem
    By Tootsie Roll in forum Help
    Replies: 0
    Last Post: 06-22-2010, 04:05 AM
  3. Annoying Problem
    By thefunnypro in forum Help
    Replies: 1
    Last Post: 02-02-2010, 06:15 AM
  4. Annoying problem
    By thefunnypro in forum Help
    Replies: 0
    Last Post: 01-31-2010, 07:44 AM
  5. Annoying problem
    By Glabay in forum Help
    Replies: 4
    Last Post: 09-21-2009, 10:28 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •