Thread: [637] ::vote command ?

Results 1 to 5 of 5
  1. #1 [637] ::vote command ? 
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    ::vote so it brings up a website

    is it client or server sided? anyone care to spare one ?

    thanks in advance rep++
    Hi
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    serverside
    Reply With Quote  
     

  3. #3  
    Registered Member
    shed's Avatar
    Join Date
    Dec 2010
    Posts
    1,835
    Thanks given
    504
    Thanks received
    576
    Rep Power
    5000
    add this in your commands.java

    Code:
    if (cmd[0].equalsIgnoreCase("forums") {
    				player.getPackets().sendOpenURL("yoururlhere");
    }
    Reply With Quote  
     

  4. #4  
    New Project
    Ben_U's Avatar
    Join Date
    Dec 2011
    Age
    31
    Posts
    1,711
    Thanks given
    109
    Thanks received
    360
    Rep Power
    66
    You could client sided if you want to make your custom client but server sided would be what January posted.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Oct 2012
    Posts
    1,461
    Thanks given
    560
    Thanks received
    323
    Rep Power
    122
    I've done this and its in both the client and server side. You need to make the client send the url packet according to a case. The browse method is already done in RunClient.java and you need to make the client recognize something in a packet in order for it to know to send the browse packet. In the server side, you need to send something that the client will recognize and send the packet. Quite confusing but yeah good luck.

    “I have not failed. I've just found 10,000 ways that won't work.”
    ― Thomas A. Edison


    Attached image


    Reply With Quote  
     

  6. Thankful user:



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. [PI] ::Vote Command With Repeating Message [PI]
    By Uncalled in forum Tutorials
    Replies: 29
    Last Post: 07-14-2015, 05:59 PM
  2. ::vote command problems
    By Ninja assassin in forum Help
    Replies: 7
    Last Post: 09-16-2010, 10:27 PM
  3. PI ::vote command?
    By echomatic in forum Help
    Replies: 12
    Last Post: 08-11-2010, 10:14 AM
  4. Adding a ::vote command Rep++
    By Chris123111 in forum Help
    Replies: 8
    Last Post: 08-01-2010, 12:45 AM
  5. vote command
    By Bondie8 in forum Help
    Replies: 1
    Last Post: 04-13-2010, 12:52 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
  •