Results 1 to 11 of 11

Thread: another script error

  1. #1
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default another script error

    When I am trying to use this script I get this error:
    Exception in Script: Unable to find file 'SRL/SRL/Misc/stats.simba' used from ''

  2. #2
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Someone help me please?

  3. #3
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Help me please??????

  4. #4
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    That means you don't have stats in your srl folder. Re-download + install simba.

  5. #5
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    299
    Mentioned
    8 Post(s)
    Quoted
    37 Post(s)

    Default

    That script was made for SRL 4, SRL 5 has stats already implemented in core, so there's no need to include stats.simba, hence the reason why it doesn't find it.
    Rusting away

  6. #6
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smidqe View Post
    That script was made for SRL 4, SRL 5 has stats already implemented in core, so there's no need to include stats.simba, hence the reason why it doesn't find it.
    Thanks works but got now this:
    Status('Opening GE Screen')
    Wait(500+Random(200));
    If(GEOpen) then
    Exit;
    SetAngle(False);
    Wait(2000+Random(2000));
    If(WriteLines) then
    WriteLn('245');
    ys := 0;
    tol := 1;

    Error in line: SetAngle(False);

  7. #7
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Change SetAngle(False) to SetAngle(SRL_ANGLE_LOW)
    Ciao
    NM

  8. #8
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NickMystre View Post
    Change SetAngle(False) to SetAngle(SRL_ANGLE_LOW)
    Works but now got this::P

    If(PinScreen) then
    begin
    Repeat
    InPin(Players[CurrentAccount].Pin);
    inc(p)
    Until((not PinScreen) or (p > 3))
    end;

    ERROR IN INC(P)

  9. #9
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works but now got this::P

    If(PinScreen) then
    begin
    Repeat
    InPin(Players[CurrentAccount].Pin);
    inc(p)
    Until((not PinScreen) or (p > 3))
    end;

    ERROR IN INC(P)

    SOMEONE???

  10. #10
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Please stop double/triple posting. You're driving me insane. Please post entire procedure and error posted in debug box.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  11. #11
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    why r u asking this question in a new thread, use the SCRIPT's thread. and like Spiker said stop triple posting. also, most of these questions can be answered if u took 2 seconds to use the search bar.

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
  •