Results 1 to 5 of 5

Thread: Why a new screen everytime?

  1. #1
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Why a new screen everytime?

    Fixed.
    Last edited by Mattie403; 02-17-2012 at 11:37 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Smart_Server := 72;
    Smart_Members := True;
    Smart_Signed := True;
    Smart_SuperDetail := False;

    Add those to the script right before doing setupsrl;
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    You need to define SMART, if thats what your issue is, add this after SetupSRL;

    Simba Code:
    Smart_Server := 60;
      Smart_Members := True;
      Smart_Signed := True;
      Smart_SuperDetail := False;
      ClearDebug;

    EDIT:

    Lol, ninja'd, oh well, hope that helps

    EDIT:EDIT:

    Good thing I don't read scripts ^.^~
    GLH Tutorial ~ OpenGL Scripting
    http://villavu.com/forum/showthread.php?p=1292150

    GLH Scripts ~ Abyssal Scripts
    http://villavu.com/forum/showthread.php?p=1293187
    Current Projects:
    A) DemiseSlayer Pro (Released/100%).
    B) Demise Power Miner(Released/100%).
    C) Demise Pyramid Plunder(Planning Stage/0%).

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    I think you left your password in the script. I removed it for you.
    Anyways.
    Look through any one of my scripts, before SetupSRL I have 1-3 lines like SMART_Server etc etc. Copy paste those lines before your SetupSRL and you'll be all good!

  5. #5
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Jesus.. thank you.. I did that before too.. I changed it anyways now..

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
  •