Thread: why dose this not work :(

Results 1 to 5 of 5
  1. #1 why dose this not work :( 
    Registered Member
    Join Date
    Sep 2012
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    if (player.getEquipment().wearingArmour() && player.getInventory().hasFreeSlots()) {
    player.getPackets().sendGameMessage("Remove Armor First or Items from Inventory");
    return;
    } else {
    player.getPackets().sendGameMessage("Enjoy the game");
    return;
    }

    help me plz
    Reply With Quote  
     

  2. #2  
    Registered Member Robotic-Rat's Avatar
    Join Date
    Oct 2012
    Posts
    93
    Thanks given
    18
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by sharkey da baws View Post
    if (player.getEquipment().wearingArmour() && player.getInventory().hasFreeSlots()) {
    player.getPackets().sendGameMessage("Remove Armor First or Items from Inventory");
    return;
    } else {
    player.getPackets().sendGameMessage("Enjoy the game");
    return;
    }

    help me plz


    Use Eclipse that will fix your errors that you come across.
    Reply With Quote  
     

  3. #3  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,807
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    Whats the error you get?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    27
    Posts
    782
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Try removing the returns?
    Reply With Quote  
     

  5. #5  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    28
    Posts
    2,499
    Thanks given
    376
    Thanks received
    614
    Rep Power
    170
    Quote Originally Posted by Robotic-Rat View Post
    Use Eclipse that will fix your errors that you come across.
    You're an idiot, He said why it doesn't work not "I'm getting errors help!".
    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. what dose this mean?
    By trunks in forum Help
    Replies: 0
    Last Post: 05-22-2012, 06:22 PM
  2. what dose this mean :S
    By zhstyle1990 in forum Help
    Replies: 11
    Last Post: 08-13-2011, 07:29 PM
  3. Pi - Fake item dropping.(dose mine work)
    By R4nger 0wnz in forum Help
    Replies: 0
    Last Post: 06-24-2010, 03:14 PM
  4. where dose this go?
    By Ninja assassin in forum Help
    Replies: 3
    Last Post: 01-04-2010, 05:20 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
  •