Results 1 to 2 of 2

Thread: About error Unable to find file 'SRL/SRL/Misc/Smart.simba' used from ' '

  1. #1
    Join Date
    Feb 2015
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default About error Unable to find file 'SRL/SRL/Misc/Smart.simba' used from ' '

    Hi i am trying to learn and build a code, but i encounter an error which is:

    Exception in Script: Unable to find file 'SRL/SRL/Misc/Smart.simba' used from 'C:\Users\HP_Demo\Desktop\sample.simba'

    May i know how should i solve this problem? I went to search in this forum but there is no right answer towards it. Would your help me plz and i will be very thankful to you and i am new to simba so please don't scold me.

  2. #2
    Join Date
    Jan 2013
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Are you trying to write it for OSR or RS3?
    And its something in the way you called in your include.
    Try this for OSR: {$I SRL-OSR/SRL/misc/Smart.Simba}
    and this for RS3: {$I DEFINE SMART} and {$I SRL-6/SRL.simba} at the top for includes, without trying to define smart from your SRL folder.

    I'am assuming you're working on a script for OSR. If that doesn't help try to post your script and I'm sure one the oldies around here can be more specific.

    Not sure how you created a new thread here either. Lol.
    Last edited by Zace; 04-06-2015 at 02:46 AM. Reason: {} not ()

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
  •