Results 1 to 7 of 7

Thread: error, please help me, takes around 2 minutes to help :-)

  1. #1
    Join Date
    May 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default error, please help me, takes around 2 minutes to help :-)

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    What can i do?

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

    Default

    Takes around 30 seconds to google it http://lmgtfy.com/?q=site%3Avillavu....rs+at+line+280


    Too lazy to google then do this :
    first line says {$i DEFINE SMART}, change it to {$i DEFINE SMART8}
    if there's already a 8 , then u remove the 8

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    May 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Now it says: [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
    Compiling failed.
    .. Thanks for helping me out.

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

    Default

    Quote Originally Posted by Kussidenten View Post
    Now it says: [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
    Compiling failed.
    .. Thanks for helping me out.
    Apply changes at the actual script, seems like u did it at SmartParams.simba

    Creds to DannyRS for this wonderful sig!

  5. #5
    Join Date
    May 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Apply changes at the actual script, seems like u did it at SmartParams.simba
    Sorry what? Im totally new here, and im sorry for being so dumb.. But i dont understand what i have to do? :/

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

    Default

    Quote Originally Posted by Kussidenten View Post
    Sorry what? Im totally new here, and im sorry for being so dumb.. But i dont understand what i have to do? :/
    When you get that error (the one u had), SmartParams.Simba opens on a new tab. I think u applied the fix on SmartParams.simba.
    So undo it, close smartparams.simba and change {$Define Smart} on the script you're trying to play.

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Mar 2008
    Posts
    426
    Mentioned
    1 Post(s)
    Quoted
    116 Post(s)

    Default

    At the top of the script it will say...
    Code:
    {$DEFINE SMART}
    Change it to

    Code:
    {$DEFINE SMART8}
    Or vice versa.

    When you press play it will open the smartparams file when the error occurs.
    Make sure you change your scripts code and not the smartparams.

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
  •