Thread: ::vote

Results 1 to 10 of 10
  1. #1 ::vote 
    Registered Member Karki's Avatar
    Join Date
    Jun 2013
    Posts
    275
    Thanks given
    2
    Thanks received
    8
    Rep Power
    11
    NEED A ::vote command thats only launching the sitefor voting @#@#@
    will thankyou and rep++++++
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2011
    Posts
    286
    Thanks given
    10
    Thanks received
    4
    Rep Power
    27
    Code:
    			 if (playerCommand.startsWith("vote")) {
                c.getPA().sendFrame126("http://google.com", 12000); //Change the url to www.yourwebsite/vote
                c.sendMessage("@red@Remember to vote every 12 hours!"); //First Message
            }
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2010
    Age
    14
    Posts
    2,639
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    Code:
    	 if (playerCommand.startsWith("vote")) {
                c.getPA().sendFrame126("www.rune-server.com/vote", 12000); //Change the url to www.yourwebsite/vote
                c.sendMessage("@dre@Remember to vote every 12 hours!"); //First Message
    }
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2011
    Posts
    286
    Thanks given
    10
    Thanks received
    4
    Rep Power
    27
    Quote Originally Posted by Pollution View Post
    Code:
    	 if (playerCommand.startsWith("vote")) {
                c.getPA().sendFrame126("www.rune-server.com/vote", 12000); //Change the url to www.yourwebsite/vote
                c.sendMessage("@dre@Remember to vote every 12 hours!"); //First Message
    }
    Lolwut? thats mine..
    Reply With Quote  
     

  5. #5  
    Registered Member Karki's Avatar
    Join Date
    Jun 2013
    Posts
    275
    Thanks given
    2
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Mr Terror View Post
    Lolwut? thats mine..
    doenst opens the site on other ppl
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2010
    Posts
    87
    Thanks given
    22
    Thanks received
    4
    Rep Power
    10
    Quote Originally Posted by Karki View Post
    doenst opens the site on other ppl
    they need to be the ones to type the command.
    Learning... slowly.
    Reply With Quote  
     

  7. #7  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Code:
    			if (playerCommand.equals("massvote")) {
    				for (int j = 0; j < PlayerHandler.players.length; j++)
    					if (PlayerHandler.players[j] != null) {
    						Client c2 = (Client) PlayerHandler.players[j];
    						c2.getPA()
    						.sendFrame126("www.runelocus.com/toplist/index.php",
    								12000);
    					}
    			}
    If someone does the command, opens it for everyone. should put this in owner only
    Attached image
    Reply With Quote  
     

  8. #8  
    Registered Member Karki's Avatar
    Join Date
    Jun 2013
    Posts
    275
    Thanks given
    2
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Olinice View Post
    Code:
    			if (playerCommand.equals("massvote")) {
    				for (int j = 0; j < PlayerHandler.players.length; j++)
    					if (PlayerHandler.players[j] != null) {
    						Client c2 = (Client) PlayerHandler.players[j];
    						c2.getPA()
    						.sendFrame126("www.runelocus.com/toplist/index.php",
    								12000);
    					}
    			}
    If someone does the command, opens it for everyone. should put this in owner only
    thankyou,, this will help me
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Nov 2010
    Age
    14
    Posts
    2,639
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    Quote Originally Posted by Karki View Post
    thankyou,, this will help me
    REP ME MAN...

    I tried :c
    Reply With Quote  
     

  10. #10  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Quote Originally Posted by Pollution View Post
    REP ME MAN...

    I tried :c
    Why would you beg for rep.. Not like if you did anything big first.. A copy paste.

    Reputation is reputation, not " I can beg more than others ".

    And yeah , you did ' Try' but yet I happen to see you try alot . I think english people says " Try hard ". Cause it's not even like if it actually helped 85% of the time. Thanks
    Attached image
    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. Paint VS Photoshop, Vote Please!!!
    By Karlis in forum General
    Replies: 22
    Last Post: 11-04-2007, 07:40 PM
  2. Sotw 1 Voting
    By Stuie in forum General
    Replies: 28
    Last Post: 06-14-2007, 12:19 AM
  3. Vote your favorite....
    By Aces in forum Showcase
    Replies: 0
    Last Post: 04-02-2007, 03:00 AM
  4. Replies: 0
    Last Post: 12-26-2006, 06:36 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
  •