Thread: Banking

Results 1 to 4 of 4
  1. #1 Banking 
    Registered Member
    Join Date
    Oct 2007
    Posts
    49
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Okay, so I'm very new to coding ^.^.

    I have downloaded a source, (194 RS Lookalike) and I'm wondering how to make it so when you use an object (bankbooth) it opens your bank interface.

    I'm just not too sure where to put it or what it should look like, though I do know it should have
    openUpBank();
    in the code.
    Reply With Quote  
     

  2. #2  
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    In objectclick or soemthing that

    like
    case (bankboothid)
    openUpBank();
    break;
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2008
    Age
    30
    Posts
    306
    Thanks given
    13
    Thanks received
    36
    Rep Power
    0
    Quote Originally Posted by PooHityou View Post
    Okay, so I'm very new to coding ^.^.

    I have downloaded a source, (194 RS Lookalike) and I'm wondering how to make it so when you use an object (bankbooth) it opens your bank interface.

    I'm just not too sure where to put it or what it should look like, though I do know it should have in the code.
    Add the case id of the bank booth.

    Code:
    					/*
    					 * Bank booths.
    					 */
    					case 2213:
    					case 5276:
    					case 6084:
    					case 10517:		
    					case 11338:
    					case 11402:
    					case 11758:
    					case 12798:
    					case 12799:
    					case 12800:
    					case 12801:
    					case 14367:
    					case 14368:
    					case 16700:
    					case 18491:
    					case 19230:
    					case 20325:
    					case 20326:
    					case 20327:
    					case 20328:
    					case 22819:
    					case 24914:
    					case 25808:
    					case 26972:
                                                             openBank();
    						break;
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2007
    Posts
    49
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Scully View Post
    Add the case id of the bank booth.

    Code:
    					/*
    					 * Bank booths.
    					 */
    					case 2213:
    					case 5276:
    					case 6084:
    					case 10517:		
    					case 11338:
    					case 11402:
    					case 11758:
    					case 12798:
    					case 12799:
    					case 12800:
    					case 12801:
    					case 14367:
    					case 14368:
    					case 16700:
    					case 18491:
    					case 19230:
    					case 20325:
    					case 20326:
    					case 20327:
    					case 20328:
    					case 22819:
    					case 24914:
    					case 25808:
    					case 26972:
                                                             openBank();
    						break;

    Tysm
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •