Results 1 to 5 of 5

Thread: Script won't log in

  1. #1
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default Script won't log in

    After 30 minutes of trying to get this to work and finding solutions, I decided to ask for help. My DeclarePlayers is:

    Simba Code:
    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;


      Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Active := True;
    end;

    And I put at the bottom:
    Simba Code:
    begin
    SetupSRL;
    DeclarePlayers;
    LoginPlayer;
    MainLoop;
    end.

    But whenever it's at the login screen, it doesn't type in anything. After a while, it would say in the Debug,
    *** Failed To Detect Clients ***
    Successfully executed.
    I need help

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Are you using SMART?
    What version of SMART are you running?
    Have you defined SMART?
    Are you on the correct graphic settings?
    Is your SMART 'Enabled'?
    Is the SMART client even loading?

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Are you using SMART?
    What version of SMART are you running?
    Have you defined SMART?
    Are you on the correct graphic settings?
    Is your SMART 'Enabled'?
    Is the SMART client even loading?
    Yes
    It says v7.2
    Yes
    Yes
    Yes
    It activates but it doesn't login the player.

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Yes
    It says v7.2
    Yes
    Yes
    Yes
    It activates but it doesn't login the player.
    Check your firewall settings, SMART and Simba pair with sockets.

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Oh, wow, just noticed that my computer switches graphics modes every time i load rs. Thanks Justin!

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
  •