Results 1 to 3 of 3

Thread: "Invalid number of Parameters" - Says that at every bot I try to launch. Please help

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

    Default "Invalid number of Parameters" - Says that at every bot I try to launch. Please help

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

    Anyone who can help? Tried to replace Smartparams.simba, reinstall and shit. No idea how to make it work

  2. #2
    Join Date
    Dec 2012
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    I had this Error when i switched to SMART8 and forgot to change the define at the top of my script to {$DEFINE SMART8}

    So.. say you have smart8, make sure your script has this:

    Simba Code:
    {$DEFINE SMART8}

    Or if you have a earlier version of smart..

    Simba Code:
    {$DEFINE SMART}

  3. #3
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    http://www.youtube.com/watch?v=IqukGefbw48

    Use this to get Smart V8 If you do not have it yet.

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
  •