Results 1 to 2 of 2

Thread: Little Loggin Sugestion For SRL 4.0

  1. #1
    Join Date
    Aug 2007
    Location
    England
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Little Loggin Sugestion For SRL 4.0

    I Dunno Were To Post This, But This Is A Loggin Procedure Which I Use In My Include Which I Made, But The Include Needs SRL to Work So I Thought Why Not Post It. So Here It Is...

    SCAR Code:
    Procedure TvLogin(UserName,Password,Nickname: string);
    begin
    NumberOfPlayers(1);
      Players[0].Name := UserName;
      Players[0].Pass := Password;
      Players[0].nick := Nickname;
      Players[0].Active := True;
      cleardebug;
      clearreport;
      Loginplayer;
      PerfectNorth;
      HighestAngle;
    end;

    Its Very Basic And Needs Tweaking Probs But It Would Save Writing Aload Of Stuff In Everyone Of Your Scripts. So Just A Lil Suggestion. Yours Tv-XxX

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could be but maube at a integer with which player and how many players
    like (1,username,pass,nick,and somewhere howmany players)

    could be but most of the time people wanna add stuff cant add stuff because srl members already tried it and it didnt work out
    ~Hermen

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Stupedspam's Auto Loggin!
    By stupedspam in forum First Scripts
    Replies: 7
    Last Post: 05-10-2007, 07:21 PM
  2. Problems viewing forums or loggin in...
    By Dankness in forum SRL Site Discussion
    Replies: 1
    Last Post: 08-29-2006, 10:48 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
  •