Results 1 to 3 of 3

Thread: Help!!! invalid number of parameters at line 281

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

    Exclamation Help!!! invalid number of parameters at line 281

    Help me how do I fix this in english please I'm a uber noob

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

    Default

    same here

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    If you are using smart 8.2, change the argument for SmartSpawnClient() in SmartParams.simba (which should pop up when u get the error)

    Extra argument to SmartSpawnClient (meaning you need to change that call in SRL to work with new SMART until devs get SRL updated) to accept a list of plugins for SMART to load. The call should look something like this if you are not using plugins, but tailor it to your own preferences (note the LAST argument)
    Simba Code:
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', '');

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •