Thread: ::sound and ::voice ??

Results 1 to 5 of 5
  1. #1 ::sound and ::voice ?? 
    Registered Member
    Join Date
    Jan 2013
    Posts
    68
    Thanks given
    7
    Thanks received
    3
    Rep Power
    13
    How would I add a :ound and ::voice command? I want to test them but I'm not sure how.

    This is what I have for sounds but it won't work:

    Code:
                            case "sound":
                                    if (cmd.length < 2) {
                                            player.getPackets().sendPanelBoxMessage("Use: ::sound id");
                                            return true;
                                    }
                                    try {
                                            player.playSound(new Sound(
                                                            Integer.valueOf(cmd[1]), 0, 0));
                                    } catch (NumberFormatException e) {
                                            player.getPackets().sendPanelBoxMessage("Use: ::sound id");
                                    }
                                    return true;
    Reply With Quote  
     

  2. #2  
    The Massive Eater
    shut's Avatar
    Join Date
    Apr 2012
    Age
    26
    Posts
    396
    Thanks given
    37
    Thanks received
    14
    Rep Power
    6
    idk if its possible


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2013
    Posts
    68
    Thanks given
    7
    Thanks received
    3
    Rep Power
    13
    ofc it's possible. i just don't know how to do it lol.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    135
    Thanks given
    2
    Thanks received
    4
    Rep Power
    0
    Quote Originally Posted by shut View Post
    idk if its possible


    Anything is possible. =]
    Owner of algadon; [Only registered and activated users can see links. ]
    Spoiler for Vouches:
    resolute: Implemented some stuff for mr.czar and he instantly sent me the payment straight after the task was complete!
    -HAT-: Vouch for mr.czar great buyer
    Bob sagget: [Only registered and activated users can see links. ]
    Quote Originally Posted by Shawn Patel View Post
    Vouch for Mr.Czar. Did the service and he paid right away. Everything went smoothly.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2008
    Posts
    2,420
    Thanks given
    721
    Thanks received
    595
    Rep Power
    1220
    Quote Originally Posted by mr.czar View Post


    Anything is possible. =]
    Did you really just reply to show off an internet connection?
    [Only registered and activated users can see links. ]
    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: 12
    Last Post: 04-27-2012, 03:08 AM
  2. new way of playing sounds and music
    By Cup-o-cino in forum Show-off
    Replies: 21
    Last Post: 09-23-2010, 01:35 AM
  3. Replies: 4
    Last Post: 08-17-2010, 01:27 PM
  4. Sounds and Music
    By Dennis in forum Help
    Replies: 2
    Last Post: 06-01-2010, 01:31 AM
  5. Client with sounds and music system (original)
    By Its paris in forum Requests
    Replies: 0
    Last Post: 01-18-2010, 10:22 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
  •