Thread: Problem with ::vote

Results 1 to 3 of 3
  1. #1 Problem with ::vote 
    Registered Member
    Join Date
    Feb 2016
    Posts
    43
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    Hi so this doesnt open to my voting page but i have multiple other link commands that do work and send me to where i want them to go can anyone notice anything wrong?

    Code:
    if (playerCommand.startsWith("vote")) {
    			c.sendMessage("Thanks for voting");
    			c.getPA().sendFrame126("ziggarsps.motivoters.com/motivote/", 12000);
    		}
    Reply With Quote  
     

  2. #2  
    Registered Member LordSlaughter's Avatar
    Join Date
    Aug 2016
    Posts
    141
    Thanks given
    20
    Thanks received
    14
    Rep Power
    13
    Try adding www. in front of your url.

    Your New Favorite Time Waster!

    "Don't look at the finish line, look at the steps along the way" - Zivik
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jun 2015
    Posts
    1,517
    Thanks given
    31
    Thanks received
    143
    Rep Power
    0
    Code:
    if (playerCommand.startsWith("vote")) {
    			c.sendMessage("Thanks for voting");
    			c.getPA().sendFrame126("www.ziggarsps.motivoters.com/motivote/", 12000);
    		}
    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. Problem with GTL voting system.
    By Max _ in forum Help
    Replies: 4
    Last Post: 06-10-2014, 07:24 PM
  2. [718] MySQL Problems with Vote?
    By BoomScape in forum Help
    Replies: 7
    Last Post: 05-15-2014, 06:06 PM
  3. Problem With RunetoplistV2 Vote Script
    By Dev Tan in forum Help
    Replies: 5
    Last Post: 06-14-2013, 08:40 PM
  4. Replies: 6
    Last Post: 03-09-2013, 02:56 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
  •