Results 1 to 3 of 3

Thread: Help please..

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

    Default Help please..

    Hi,

    I am having trouble logging in.

    Heres the player array I am using:
    SCAR Code:
    Begin
     HowManyPlayers :=1;
     NumberOfPlayers(HowManyPlayers);
     CurrentPlayer:=0;

     Players[0].Name :='yourname';
     Players[0].Pass :='yourpass';
     Players[0].Nick :='urna';
     Players[0].Loc :='yourloc';
     Players[0].Skill:='yourskill';
     Players[0].Active:=True;
    End;


    When I run the script, the mouse doesn't even move, it just skips that whole procedure. Thank's.

    I'll attach the script, so you can have a look.
    Quote Originally Posted by The Un-Named View Post
    You can do this a few times before mods catch on...

    "oh fuck, I think the icecream truck just knocked a kid over, brb".

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Place this after DeclarePlayers;:

    SCAR Code:
    if(not(LoggedIn)) then LoginPlayer

    That should log in your first character.

  3. #3
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by Metho D View Post
    Place this after DeclarePlayers;:

    SCAR Code:
    if(not(LoggedIn)) then LoginPlayer

    That should log in your first character.
    Beautiful, thanks sooooooo much!! XD
    Quote Originally Posted by The Un-Named View Post
    You can do this a few times before mods catch on...

    "oh fuck, I think the icecream truck just knocked a kid over, brb".

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
  •