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
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
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
http://garrett92.freehostia.com/Scri...criptStats.png
ReFlax Flax Spinner - V4 Is Out -
Check it out!
Just for clarification, Players[whatever].Nick is three letters of the username not including the first letter.
ok thnks for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)