Results 1 to 4 of 4

Thread: Error

  1. #1
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Error

    I'm having an error when running plain default script with smart.

    Can anyone help me fix it?

    Error:
    SCAR Code:
    Line 8: [Error] (21346:11): Duplicate identifier 'MOVEMOUSE' in script C:\Users\Rodrigues\Desktop\scarprerelease\includes\srl\srl\Misc\Smart.scar

    Line:
    SCAR Code:
    procedure MoveMouse(x, y: Integer);

    Above Function:
    SCAR Code:
    function IsKeyDown(C:Char): Boolean;
    begin
      Result := SmartIsKeyDown(ord(c));
    end;

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Include Smart.scar BEFORE SRL.scar

  3. #3
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    You have to move your plug ins. C:/Program Files/SCAR 3.22 (or if you're using the prerelease, which you should, it'd be whatever you named it instead of SCAR 3.22)/Includes/SRL/SRL/PLACE INSIDE PLUGIN FOLDER/* Put everything in the folder (meaning open the folder, and highlight all of the files by holding down the mouse in a blank spot in the folder, and dragging it so that all of the files are selected, or single clicking one, then hold ctrl (bottom left and right of your keyboard, the right one is to the left of the arrow keys), and click the rest) into C:/Program Files/SCAR 3.22 (or whatever you named it, if you're using the prerelease.. same thing as before )/Plugins and place it inside the plugins folder. And if that doesn't work, delete the Embedded_SMART.dll in the plugins folder, and redo it all. And when it asks to replace or skip, do replace. Hope that helped.

  4. #4
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks

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
  •