Results 1 to 8 of 8

Thread: SmartParams error !

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

    Default SmartParams error !

    Hey guys, have been thoroughly looking through guides etc but i cannot seem to fix this !
    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    Compiling failed.

    Also am getting this (when i attempt to use a different script):
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    I've downloaded and setup all sorts, but i'm quite stumped with this. If anyone could help it'd be greatly appreciated.

    Cheers.
    Last edited by rawr says i; 04-10-2013 at 08:05 AM.

  2. #2
    Join Date
    Apr 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Had that issue too, updating to smart8 fixed it.

  3. #3
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    At the top of the script look for something like this.
    Simba Code:
    {$DEFINE SMART}
    and change it to this
    Simba Code:
    {$DEFINE SMART8}
    or vise-versa.

  4. #4
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    At the top of the script look for something like this.
    Simba Code:
    {$DEFINE SMART}
    and change it to this
    Simba Code:
    {$DEFINE SMART8}
    or vise-versa.
    This. I'd recommend upgrading to Smart 8 if you are not already on that version.

  5. #5
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I downloaded Smart8 and extracted it to my Plugins folder and still get that message. I have been looking for the last 2 hours so would appreciate any help.

  6. #6
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Someone figure this shit out, Ive been searching soo many threads for the solution. Legit everytime I figure out of error prompt another one pops up and I need to thread search for the new problems solution. Ugh.


    SRL Compiled in 16 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed
    SRL Compiled in 31 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    [Hint] C:\Users\Tristan\AppData\Local\Temp\IronMaiden[v1,1]-5.simba(57:10): Variable 'Result' never used at line 56
    Compiled successfully in 702 ms.

  7. #7
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by that panda View Post
    Someone figure this shit out, Ive been searching soo many threads for the solution. Legit everytime I figure out of error prompt another one pops up and I need to thread search for the new problems solution. Ugh.
    Tell us what you have tried. And and with that attitude you're lucky you're getting help.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  8. #8
    Join Date
    Jun 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so did any one figure this out yet? i still am stumped with this problem

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
  •