Results 1 to 12 of 12

Thread: RsReady? Smartparams?

  1. #1
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default RsReady? Smartparams?

    Hi! I fixed my smartparams problem i think but now it is saying this.


    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RsReady' at line 77
    Compiling failed.


    If RsReady then
    Break;
    SmartSetRefresh(SmartGetRefresh + 1);
    MMouse(4, 4, 0, 0);
    SmartSetRefresh(SmartGetRefresh - 1);
    if (GetSystemTime >= T) Then
    Break;
    Wait(500);
    end;
    any help?

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

    Default

    Quote Originally Posted by Plasmidian View Post
    Hi! I fixed my smartparams problem i think but now it is saying this.


    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RsReady' at line 77
    Compiling failed.




    any help?
    How does this relate to rs updates

    And don't play the smartparams script. Play the actual script.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Sorry, couldn't find a forum because im a noob. i am! and it's auto opening smartparams

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Then you didn't fix the smart params problem. The rsready thing is only if you hit play again from the smartparams file. It's the first error that matters

  5. #5
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I'm out of ideas. This is what is giving me the trouble.


    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(284:134): Invalid number of parameters at line 283
    Compiling failed.

    {$IFDEF SMART8}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', 1);
    {$ELSE}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', 1);
    {$ENDIF}
    What should i be changing?

  6. #6
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    In the script you are running, if it says define smart at the top change smart to smart8. if it already has an 8 at the top, remove the 8

  7. #7
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    In the script you are running, if it says define smart at the top change smart to smart8. if it already has an 8 at the top, remove the 8
    Okay, i unstilled simba, installed it, updated it, and everything was working until i attempted to put in the Smart 8.0 files in my plugins folder, then the smartparams problem came back.

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:134): Invalid number of parameters at line 292
    Compiling failed.

    {$IFDEF SMART8}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', 1);
    {$ELSE}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', );
    {$ENDIF}
    I can't get smart to open in a client window or a command prompt.

  8. #8
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Don't edit anything in the smart params file.


    If you have the smart 8 plugins do this:

    On the actual script you are using, make sure it says define smart8, NOT define smart (added the 8 see?)

    If you have the smart 7.2 plugins do this:

    On the actual script you are using, make sure it says define smart, NOT define smart8 (no 8 at the end)

  9. #9
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I've included both of the scripts i am using into a pastebin, i divided them by some underlines after the first script.

    These are both the scripts (icombatpro and smartparams). When attempting to play the icombatpro scripts, it switches to smartparams and does this

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:133): Invalid number of parameters at line 292
    Compiling failed.


    http://pastebin.com/3pyubvN2

  10. #10
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    In the script you are running, if it says define smart at the top change smart to smart8. if it already has an 8 at the top, remove the 8
    Thanks this actually was a world of help!

  11. #11
    Join Date
    May 2013
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    In the script you are running, if it says define smart at the top change smart to smart8. if it already has an 8 at the top, remove the 8
    This one^^.

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

    Default

    Quote Originally Posted by Plasmidian View Post
    I've included both of the scripts i am using into a pastebin, i divided them by some underlines after the first script.

    These are both the scripts (icombatpro and smartparams). When attempting to play the icombatpro scripts, it switches to smartparams and does this

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:133): Invalid number of parameters at line 292
    Compiling failed.


    http://pastebin.com/3pyubvN2

    Code:
    program iCombatSMART;
    {$DEFINE SMART8}
    {$i srl/srl.simba}
    Change to

    Code:
     
    program iCombatSMART;
    {$DEFINE SMART}            --- SEE THE 8 has being removed??
    {$i srl/srl.simba}
    PRESS PLAY.
    It shouldn't auto-open the smartparams now.. and the script will start. ...
    Last edited by Peanuts; 05-13-2013 at 10:39 AM.

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
  •