Results 1 to 8 of 8

Thread: Error: SmartParams.Simba(293:131)

  1. #1
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Wink Error: SmartParams.Simba(293:131)

    This is happening for some scripts..
    At
    Code:
    {$IFDEF SMART8}
      Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '');
      {$ELSE}
      Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', -1);
      {$ENDIF}
    I get this error;
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292

    Am I missing something? Because I've double checked through Video+Thread tutorials. And again, it's only for some scripts. For example, ' FightCaveTrainer ' .

    Help?

  2. #2
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting the exact same error, anybody that can help?

  3. #3
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  4. #4
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Have you installed the SRL-OSR include?
    Nope. Thought that was unnecessary for 07include?

  5. #5
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by magicality View Post
    Nope. Thought that was unnecessary for 07include?
    I'm pretty sure all scripts will eventally use the SRL-OSR include and move away from the original 07 include (it was an unofficial temporary measure). I think the Fight Cave script uses the SRL-OSR so you will need to install that.

    Download the ZIP here and extract it to Simba/includes.

    Make sure it is named SRL-OSR and not SRL-OSR-master

  6. #6
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I just downloaded the zip extracted with name SRL-OSR and still haven't fixed my problem

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    download smart8

    Creds to DannyRS for this wonderful sig!

  8. #8
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    link? Haven't trouble finding it for some reason

    EDIT: I Believe I already have included P07Include, SRL-OSR, SmartParams globals and logins
    Last edited by KastroGjerj; 03-29-2013 at 06:42 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
  •