Results 1 to 4 of 4

Thread: About SMART

  1. #1
    Join Date
    Oct 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default About SMART

    if any one has any idea on how to remove SMART or add it plz contact me ASAP thx

  2. #2
    Join Date
    Jun 2008
    Location
    Great Britain
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use the search button next time and try to improve your typing.
    "The enemy of my enemy is next!"~Lord Solar Macharius
    "When the power of love overcomes the love of power the world will know peace" ~Jimi Hendrix

    Use the spell-checker before you post!

    http://www.srl-forums.com/forum/begi...sh-t42131.html

    ^Beginners guide to English (READ IT!)

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Removing smart is pretty easy..

    Find the lines;

    {.include ..../Smart.scar} -> remove it

    Ctrl + F -> Remove any procedure with "Smart" in it

    Ctrl + F -> "LoginPlayer" add in ActivateClient before it

    SCAR Code:
    ActivateClient;
    LoginPlayer;

    Use the search button dude
    Project: Welcome To Rainbow

  4. #4
    Join Date
    Aug 2008
    Location
    Auckland
    Posts
    132
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK lets make it simpler eh?
    Just delete include/ smart at the top of the script.
    Then find the bit where it will open smart in the world of your choice
    like::
    SMARTSetupEx(109, False, True, False);
    Wait(5000);
    SetTargetDC(SmartGetDC);
    repeat
    wait(100);
    until(SmartGetColor(253, 233)<>1118604);

    just an example, so delete Smartsetup, and run wallah! it runs without smart.
    ~Tom~

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
  •