Results 1 to 4 of 4

Thread: SMART Loading with SCAR 3.20d

  1. #1
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default SMART Loading with SCAR 3.20d

    Hey guys,

    I am just wondering, is anyone else having an issue with loading SMART? Sometimes when SMART starts, it fully loads then closes, the re-loads again and works. Other times I get errors when it first loads. Also if SMART is loaded and I stop the script and restart it, SMART reloads instead of just restarting the script.

    The reloading of SMART, I don't know if that is SCAR or SRL coding that is making it do that with 3.20d, or if it is with the new Rev 35.

    Either way just wondering if anyone else is having any of these symptoms.

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  2. #2
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    SMART now loads up with SetupSRL. This means that if you call SRL and then SetupSmartEx it will load smart twice.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Rasta Magician View Post
    SMART now loads up with SetupSRL. This means that if you call SRL and then SetupSmartEx it will load smart twice.

    ~RM
    Hyper: it's because SRL calls it every time you do SetupSRL;. This is because it chooses a random world if you haven't declared the consts:

    SCAR Code:
    Smart_Server := WorldNumber;
        Smart_Members := False;
        Smart_Signed := True;
        Smart_SuperDetail := False;

    To change that completely:

    SCAR Code:
    If SmartActive Then Exit;
    Add that after line 121 in SRL.scar.

  4. #4
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh ok thanks guys.

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


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
  •