Thread: Bank Icons

Results 1 to 7 of 7
  1. #1 Bank Icons 
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    I think these are clicking buttons but basically all the commands that these icons do I need, If you have any please share

    Reply With Quote  
     

  2. #2  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    U can't note ur items? , well I need the one that deposits inventory an tge one that deposits what the person is wearing , the others aren't important
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by AddictivePkz View Post
    U can't note ur items? , well I need the one that deposits inventory an tge one that deposits what the person is wearing , the others aren't important
    Nope, None of those buttons work :/
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Bump
    Reply With Quote  
     

  5. #5  
    Registered Member ImZen's Avatar
    Join Date
    Jul 2011
    Posts
    239
    Thanks given
    26
    Thanks received
    15
    Rep Power
    26
    Quote Originally Posted by ProjectAurora View Post
    I think these are clicking buttons but basically all the commands that these icons do I need, If you have any please share

    Code:
    			case ****:
    			c.takeAsNote = true;
    			break;
    Here's my noted button case in clickingbuttons.
    Hope it helps.

    As far as the rest go.. idk :\


    Coder, GFX Artist, Music Theory & Composition Major, Producer, Guitarist, Pianist, Rap Artist, Jack of all trades.


    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member
    Join Date
    Jul 2012
    Posts
    30
    Thanks given
    12
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by ImZen View Post
    Code:
    			case ****:
    			c.takeAsNote = true;
    			break;
    Here's my noted button case in clickingbuttons.
    Hope it helps.

    As far as the rest go.. idk :\
    That won't work because that bank has only 1 button while yours have 2..

    use this for note:
    Code:
    		case YOURACTIONBUTTONIDHERE:
    			c.takeAsNote = !c.takeAsNote;
    			break;
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    I can give you the code for the inventory, and I can try to write the code for the equipment too, but right now I'm at work. I'll pm my skype and help you when I get back home.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    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. addin new stat icons/Inventory icons
    By Pirate in forum Help
    Replies: 4
    Last Post: 05-01-2012, 01: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
  •