Thread: If you can fix this then your pro! :p:p

Results 1 to 4 of 4
  1. #1 If you can fix this then your pro! :p:p 
    Aymen
    Guest
    ok well i added a interface when u log in it tells u a message then says play now at the bottom and when u click play now i want it to do this


    Code:
    			case 67200:
    				c.getPA().startTeleport(2742, 2991, 0, "modern");
    				c.sendMessage("<shad=15369497>You Have Been Teleported To CUSTOM Home For Your Own Saftey");
    			break;

    i added it in action handler but it does nothing


    67200 is the actionbutton that it tells me in cmd

    am i adding it in wrong spot?
    Reply With Quote  
     

  2. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Clickingbutton.java src/server/model/players/packets/clickingbuttons

    Code:
    case 67200:
    				c.getPA().startTeleport(2742, 2991, 0, "modern");
    				c.sendMessage("<shad=15369497>You Have Been Teleported To CUSTOM Home For Your Own Saftey");
    			break;
    add it under;

    switch (actionButtonId){


    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    May 2011
    Posts
    697
    Thanks given
    359
    Thanks received
    154
    Rep Power
    300
    Nvm 01053 was faster than me .
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Quote Originally Posted by fears da pro View Post
    ok well i added a interface when u log in it tells u a message then says play now at the bottom and when u click play now i want it to do this


    Code:
    			case 67200:
    				c.getPA().startTeleport(2742, 2991, 0, "modern");
    				c.sendMessage("<shad=15369497>You Have Been Teleported To CUSTOM Home For Your Own Saftey");
    			break;

    i added it in action handler but it does nothing


    67200 is the actionbutton that it tells me in cmd

    am i adding it in wrong spot?

    this was nearly too funny I wanted to put this in my signature..
    Reply With Quote  
     

  5. 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 very easy to fix but need pro
    By arcane-scape in forum Help
    Replies: 5
    Last Post: 11-30-2011, 02:45 PM
  2. Replies: 21
    Last Post: 10-31-2010, 10:40 PM
  3. Replies: 31
    Last Post: 03-01-2008, 06:40 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
  •