Thread: PI snowball problem

Results 1 to 7 of 7
  1. #1 PI snowball problem 
    Donator
    Mr Sandman's Avatar
    Join Date
    Oct 2011
    Posts
    657
    Thanks given
    176
    Thanks received
    26
    Rep Power
    38
    how do make so the players need the snow balls to acutally throw it so when they dont have it equip it will give them a message saying they need a snowball to do that cause my friends and me expirenced that

    ill show you a pic



    Uploaded with ImageShack.us


    it shows that when snow ball unequips when i click it it throws snowball even i dont have it equip

    so how do i do it the person said its not 100% so can anyone help me to make players have the snowball equiped to acutally throw it


    heres link for thread : http://www.rune-server.org/runescape...snowballs.html
    Reply With Quote  
     

  2. #2  
    Donator
    Mr Sandman's Avatar
    Join Date
    Oct 2011
    Posts
    657
    Thanks given
    176
    Thanks received
    26
    Rep Power
    38
    bump i really need this guys ill rep+
    Reply With Quote  
     

  3. #3  
    Registered Member
    AndyJay's Avatar
    Join Date
    Jun 2008
    Posts
    1,285
    Thanks given
    38
    Thanks received
    48
    Rep Power
    84
    Your post hardly makes sense but just remove the "Throw at" option unless the person is wielding the snowball?


    Reply With Quote  
     

  4. #4  
    Donator
    Mr Sandman's Avatar
    Join Date
    Oct 2011
    Posts
    657
    Thanks given
    176
    Thanks received
    26
    Rep Power
    38
    Quote Originally Posted by AndyJay View Post
    Your post hardly makes sense but just remove the "Throw at" option unless the person is wielding the snowball?


    what are you talking about i meant that if the player has a snowball equip then they are able to throw it if they dont have it equip i want it to send a message saying they need a snowball to do that
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Mar 2011
    Posts
    574
    Thanks given
    2
    Thanks received
    64
    Rep Power
    235
    There's probably already an item that uses this also, look at that and if(playerslot[ID] != 'snowball item id') { sendMessage("You need to have a snowball!"); } else { //THROW SNOWBALL }


    Reply With Quote  
     

  6. #6  
    Donator
    Mr Sandman's Avatar
    Join Date
    Oct 2011
    Posts
    657
    Thanks given
    176
    Thanks received
    26
    Rep Power
    38
    like what you mean ill show you the thing

    this is the option when the players have the snowball equiped
    } else if(playerEquipment[playerWeapon] == 11951) {
    getPA().showOption(3, 0, "Throw at", 1);
    getPA().walkableInterface(-1);

    and this is the option when they dont have it equiped
    } else if (inCwGame || inPits) {
    getPA().showOption(3, 0, "Extra", 1);

    s
    Reply With Quote  
     

  7. #7  
    Donator
    Mr Sandman's Avatar
    Join Date
    Oct 2011
    Posts
    657
    Thanks given
    176
    Thanks received
    26
    Rep Power
    38
    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. Snowball
    By Gluon in forum Requests
    Replies: 0
    Last Post: 12-18-2011, 06:23 PM
  2. Replies: 0
    Last Post: 12-03-2011, 02:47 AM
  3. Replies: 3
    Last Post: 12-01-2011, 11:35 PM
  4. Req: Double arrow pullback and snowball gfxs
    By thomy-13 in forum Requests
    Replies: 0
    Last Post: 12-24-2008, 04:06 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
  •