Thread: So I need some help :/

Results 1 to 3 of 3
  1. #1 So I need some help :/ 
    Registered Member
    Join Date
    Aug 2012
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I want to add in a custom forums command so when players type ::forums they get redirected to my forums... How would I go abouts doing this ? Like what "code" Would I use and where would I put it :/

    Thanks.
    Reply With Quote  
     

  2. #2  
    Donator
    Trivium's Avatar
    Join Date
    Nov 2009
    Posts
    290
    Thanks given
    21
    Thanks received
    88
    Rep Power
    48
    Code:
    if(playerCommand.startsWith("vote")) {
           c.getPA().sendFrame126("www.forums.com", 12000);
    }
    Search around before posting also, i google'd "pi open website" and came up with like 4-5 snippets on this website alone.

    Woohoo 100 posts in 3 years almost.
    Reply With Quote  
     

  3. #3  
    Registered Member Walkable's Avatar
    Join Date
    Mar 2012
    Posts
    728
    Thanks given
    107
    Thanks received
    32
    Rep Power
    35
    Quote Originally Posted by I E Z I View Post
    Code:
    if(playerCommand.startsWith("vote")) {
           c.getPA().sendFrame126("www.forums.com", 12000);
    }
    Search around before posting also, i google'd "pi open website" and came up with like 4-5 snippets on this website alone.

    Woohoo 100 posts in 3 years almost.
    Sometimes it doesnt work in commands.java so u might have to add it client sided.

    and

    dont you need the http://

    Spoiler for People I Respect:
    Galkon, Pea2nuts, Monster, Faris, KingJscape, RS Wiki, Dead Fury
    01053
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •