Just use this
SCAR Code:
procedure DeclarePlayers; // by Osmm =D
begin
HowManyPlayers:= 1; // How many players are you using
CurrentPlayer:= 0; // Don't touch this.
NumberOfPlayers(HowManyPlayers); // Don't touch this.
SRLID := ''; // SRL Stats ID - Should be a number; NOT your srl username
SRLPassword := ''; // SRL Stats Password - Random letters & numbers; NOT your srl password
// The script WILL NOT work without a SRL ID and Password.
// Get them here [url]http://www.stats.srl-forums.com/[/url]
Players[0].Name := ''; // Username.
Players[0].Pass := ''; // Password.
Players[0].Nick := ''; // 2-4 letters of Username (that are not capital letters or numbers).
Players[0].Active := True; // Don't touch this.
end;