Results 1 to 3 of 3

Thread: Help needed

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Help needed

    program New;
    {.include SRL/SRL.scar}

    procedure DeclarePlayers;
    begin
    SetupPlayers;


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

    Players[1].Name := '';
    Players[1].Pass := '';
    Players[1].Nick := '';
    Players[1].Active := True;


    LoadPlayerArray;
    end;

    begin
    SetupSRL;
    DeclarePlayers;
    if Loggedin then Logout;
    LoginPlayer;
    repeat

    until false;
    end.

    it says:Failed when compiling
    Line 6: [Error] (14687:1): Unknown identifier 'SetupPlayers' in script

    need help

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    That was removed in SRL 4


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    dang...the tutorials need to get updated..so wat do i do now?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. eek. A little help needed:
    By malotthouse in forum OSR Help
    Replies: 4
    Last Post: 02-18-2008, 06:01 PM
  2. A lil help needed
    By anime1161 in forum OSR Help
    Replies: 10
    Last Post: 02-02-2008, 05:59 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
  •