Results 1 to 8 of 8

Thread: Help with SRL stats

  1. #1
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default Help with SRL stats

    Well I've made this script that auto-alchs quite well(with help from Timer and footballjds) and I don't really understand how you make the stats thing work.

    I've registered the script and the ID is 568

    Could someone please help me to work this?

    I have attached the file below for if you need to see it.

  2. #2
    Join Date
    Jan 2008
    Location
    Norway
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    As far as I know you just do:
    In you DeclarePlayers procedure.

    SRLId := YourSRLId;
    SRLPassword:= YourSRLPassword;

  3. #3
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Ok, thanks.

    But wouldn't you need a script ID for it to put it in the right place?

    Thakns anyway, cos I didnt actually know anything about the sats thing.

  4. #4
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    ScriptID:='IDHERE';
    Hup Holland Hup!

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

    Default

    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  6. #6
    Join Date
    Jul 2007
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i find it best to look at other peoples work, and try 2 understand it from there. most srl stats come like this.

    SCAR Code:
    procedure SetUp;
    begin
      SetupSRL;
      if MySRLID <> '' then
      begin
        SRLID         := MySRLID;
        SRLPassword   := MySRLPassword;
      end;
      ScriptID := 'with ur script id here';

  7. #7
    Join Date
    Jul 2007
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    {if MySRLID <> '' then} is very cool, cause if ur script user didnt put a srl id, then wats the point of doing the rest of the stuff lol

  8. #8
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Thanks to all you guys

    Sorry I didn't reply earlier, i had to go out

    I just hope all this work

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Srl Stats?
    By Pierre14 in forum News and General
    Replies: 2
    Last Post: 03-17-2008, 10:57 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
  •