Results 1 to 2 of 2

Thread: Unable to find file 'SLR/SRL.Simba'

  1. #1
    Join Date
    May 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default Unable to find file 'SLR/SRL.Simba'

    Exception in Script: Unable to find file 'SLR/SRL.Simba' used from 'C:\Simba\Scripts\Phury_RatSmasher_v1_3_BROWSER_AL .simba'

    It does this with every script that i have tried to use.
    I have already tried to dl the srl-osr-master and rename it to srl-osr but i get the same issue.
    I followed yohoj's guides when installing simba, smart8, etc.

  2. #2
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    Please change the following line at the top of the script:
    {$I SLR/SRL.Simba}
    Change to this
    {$I SRL/SRL.Simba}

    SRL was misspelled in the script. Should work fine afterwards, ENJOY!
    Last edited by hamster31; 05-14-2013 at 07:17 PM.
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

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
  •