Results 1 to 5 of 5

Thread: SetUpSRL

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

    Default SetUpSRL

    I am trying to setup a new script using the new Smart adding method, but i keep getting this error:
    SCAR Code:
    Line 8: [Error] (19562:11): Duplicate identifier 'MOVEMOUSE' in script C:\Users\Rodrigues\Desktop\Scar 3.21 Alpha\includes\SRL/SRL/Misc/SMART.scar

    in this script:
    SCAR Code:
    program New;
    {.include srl/srl.scar}
    {.include SRL/SRL/Misc/SMART.scar}
    const
      SmartWorld= 00;  //Smart World?
      Members= True;   //Members world or no
      SignedC= False;  //Use signed client?

    begin
      Smart_Server:= (SmartWorld);
      Smart_Members:= (Members);
      Smart_Signed:= (SignedC);
      Smart_SuperDetail:= false;
      SetUpSRL;
    end.

    It redirects me to the function MoveMouse in the Smart folder, can anybody help me with this error?

    ~DeSnob

  2. #2
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

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

    Default

    Thanks for the help and fast response! +1

    You must spread some Reputation around before giving it to Shuttleu again

  4. #4
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  5. #5
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    awww...
    go rep some random people!

    ~shut
    I agree!

    EDIT: Rofl, I wasn't asking for Rep, but I'm not complaining.

    <3 you!
    Last edited by Coh3n; 07-15-2009 at 05:40 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
  •