Results 1 to 3 of 3

Thread: How to add pin support?

  1. #1
    Join Date
    Feb 2012
    Location
    Ă…lesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to add pin support?

    Hi there im currently using the master farmer script in theiving section, i have a lil problem cus i have bank pin, and then it cant open my bank and if i stop it it crashes an restart client.. so anyone wanna help me set in a pin support ? :S you dont need to just asking if anyone wud please help me ?

  2. #2
    Join Date
    May 2012
    Location
    Draynor Willows
    Posts
    498
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Simba Code:
    if PinScreen then
        repeat
        InPin(Players[0].Pin);
    until BankScreen;

    Place that in the code just after where it opens the bank, you might have to add the "Players[0].Pin" variable to declare players if it doesn't have pin support what so ever.

  3. #3
    Join Date
    Feb 2012
    Location
    Ă…lesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm got it working :P
    and thanks alot :P
    Last edited by thomas1116; 06-22-2012 at 04:30 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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