Results 1 to 4 of 4

Thread: declare players

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

    Default declare players

    hi i have just come back to srl and everything has changed and im not shure how to declare players and log them in now because the old way dosnt work
    please help me

  2. #2
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure DeclarePlayers;
    begin
     HowManyPlayers :=1; //How many players to use in script
     NumberOfPlayers(HowManyPlayers);
     CurrentPlayer :=0;

     Players[0] .Name         := 'username';          // Username
     Players[0] .Pass         := 'password';                // Pass
     Players[0] .Nick         := 'erna';           //3/4 of the characters name (bobbey = bbey)
     Players[0] .Active       := True;            // True=yes, False=no//
     Players[0] .Booleans[1]  := False;          // False for brightness Check Once. Just leave at false.
    end;


    begin
    SetupSRL;
    DeclarePlayers;
    LoginPlayer;
    end.

    This is how you should declareplayers, and log them in

    Good luck!

    ~Sir

  3. #3
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Just for clarification, Players[whatever].Nick is three letters of the username not including the first letter.

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  4. #4
    Join Date
    Jan 2008
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thnks for your help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. declare players
    By i 69 ur nan in forum OSR Help
    Replies: 3
    Last Post: 01-06-2009, 07:14 PM
  2. Declare Players
    By 13om13e12 in forum OSR Help
    Replies: 2
    Last Post: 06-05-2008, 01:41 PM
  3. Need Help on declare players.
    By Raskolnikov in forum OSR Help
    Replies: 2
    Last Post: 11-16-2007, 11:02 PM
  4. Declare players?
    By ironlarreh in forum OSR Help
    Replies: 3
    Last Post: 11-12-2007, 09:55 PM
  5. I need help with the declare players bit.
    By BobboHobbo in forum OSR Help
    Replies: 2
    Last Post: 06-05-2007, 11:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •