Results 1 to 4 of 4

Thread: Need some help

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

    Default Need some help

    I have few questions :

    Question 1 :How can i choose the world my script will login in ?

    Question 2 : FIXED Thx
    Last edited by marc2333; 05-19-2012 at 04:38 PM.

  2. #2
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    try adding this:
    Players[0].WorldInfo :=[true, 15, false] ;

  3. #3
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    If that is your declare players procedure, make sure you call declare players in your script before you try and log in:

    Simba Code:
    program new;
    procedure DeclarePlayers;
    begin
      Players[0].Name := ... etc...

    end;

    begin

      SMART_Server := 1;
      SetupSRL;
      DeclarePlayers;
      LoginPlayer;

    end.
    Last edited by putonajonny; 05-19-2012 at 01:12 AM. Reason: This is why I shouldn't try to code straight into the browser...

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

    Default

    Fixed it for the login problem, how can i make it log in world i choose ?

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
  •