Thread: checking item slots

Results 1 to 3 of 3
  1. #1 checking item slots 
    Banned
    Join Date
    Feb 2012
    Posts
    341
    Thanks given
    42
    Thanks received
    9
    Rep Power
    0
    im making a new minigame and i need it to check players equipment slots for items and if they have them/dont

    how would i do it thanks
    Reply With Quote  
     

  2. #2  
    Registered Member Recursion's Avatar
    Join Date
    Feb 2010
    Posts
    638
    Thanks given
    0
    Thanks received
    29
    Rep Power
    41
    You're looking for something like..
    Code:
    if (playerEquipment[playerSlotType] == ID)
    {
         doSomething;
    }
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2012
    Posts
    341
    Thanks given
    42
    Thanks received
    9
    Rep Power
    0
    Quote Originally Posted by Nukka View Post
    You're looking for something like..
    Code:
    if (playerEquipment[playerSlotType] == ID)
    {
         doSomething;
    }
    okkk ill try later thanks
    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. [PI]Item slots
    By Glitchy in forum Help
    Replies: 6
    Last Post: 03-04-2012, 02:01 AM
  2. [PI]Need help with item slots[PI]
    By Dispute in forum Help
    Replies: 1
    Last Post: 11-05-2011, 09:33 AM
  3. [PI]Item Slots[PI]
    By 01053 in forum Help
    Replies: 8
    Last Post: 06-05-2011, 07:04 PM
  4. Checking Item Slots
    By Jason in forum Help
    Replies: 11
    Last Post: 10-03-2010, 02:51 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
  •