TViYH
05-26-2007, 03:07 PM
[Runtime Error] : Out Of Range in line 114 in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Login.scar
idk what it is, only thing I can think of is that the id i am testing on is I Own Ratz, which has spaces...
Help Wanted Plz
program Elkins121;
{.include SRL\SRL.scar}
Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='I_Own_Ratz';
Players[0].Pass :='****';
Players[0].Nick :='atz';
Players[0].Active :=True;
end;
begin
SetupSRL;
ActivateClient;
LoginPlayer;
end.
idk what it is, only thing I can think of is that the id i am testing on is I Own Ratz, which has spaces...
Help Wanted Plz
program Elkins121;
{.include SRL\SRL.scar}
Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='I_Own_Ratz';
Players[0].Pass :='****';
Players[0].Nick :='atz';
Players[0].Active :=True;
end;
begin
SetupSRL;
ActivateClient;
LoginPlayer;
end.