Thread: Making commands

Results 1 to 2 of 2
  1. #1 Making commands 
    Registered Member
    Join Date
    Nov 2014
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Hi guys how do i add something at commands like when i want to open my bank i do ctrl+b or something like those quick commands?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2017
    Posts
    45
    Thanks given
    19
    Thanks received
    2
    Rep Power
    58
    Not sure if you were specifically wanting to stray away from regular “::” commands, but here’s a ::bank command (May need a bit of tweaking to fit to your server):

    Code:
    if (playerCommand.equals("bank")) {
    c.getPA().openUpBank();
    }
    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. [TUT7] Making commands - For NEWBZ!
    By Lemonslayor in forum Tutorials
    Replies: 11
    Last Post: 08-22-2008, 11:07 AM
  2. Making Menus / Making commands show menus.
    By Swarfega in forum Tutorials
    Replies: 15
    Last Post: 08-11-2008, 01:31 PM
  3. Replies: 19
    Last Post: 04-24-2008, 04:57 PM
  4. Make commands do anything [tut] [explained]
    By andynerd in forum Tutorials
    Replies: 7
    Last Post: 03-05-2008, 10:29 PM
  5. Adding/Making Commands [Noob Friendly]
    By Pheonix in forum Tutorials
    Replies: 7
    Last Post: 02-12-2008, 08:39 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
  •