SuperRitsu
11-03-2007, 05:44 AM
Sorry I'm fairly new but whenever i load ANY script it shows this error.
I tried posting this in pwnaz0r's secret cutter wc thread hoping for an answer but since i didn't get one yet I just felt the need to ask here because I can't use ANY of the scripts except for pwnaz0r's mining script mainly because it doesn't have this player array thing.
Well could anyone help fix this for me once and for all?
I want to try and do other things like woodcutting and goblin killing scripts.
This is all my inputs into it, and I just wanted to use one guy for this.
[Runtime Error] : Out Of Range in line 53 in script C:\Documents and Settings\Compaq_Administrator\Desktop\SCAR\Scripts \[Rip-It] SecretCutter v0.10.scar
Heres what i input into it.
procedure DeclarePlayers;
begin
HowManyPlayers := 0;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
SRLID := MySRLID;
SRLPassword := MySRLPassword;
Players[0].Name :='Superbox808'; //Character name
Players[0].Pass :='*********'; //Character PAss
Players[0].Nick :='erb'; //Nickname 3 Letter of char name
Players[0].Active := True;
Players[0].Loc := 'Trees';
Players[0].Integers[0] := 1; //how many loads for this player to chop
Players[0].Integers[1] := 0;
Players[0].Integers[2] := 0;
Players[0].Integers[3] := 0;
Any help would be appreciated!
I tried posting this in pwnaz0r's secret cutter wc thread hoping for an answer but since i didn't get one yet I just felt the need to ask here because I can't use ANY of the scripts except for pwnaz0r's mining script mainly because it doesn't have this player array thing.
Well could anyone help fix this for me once and for all?
I want to try and do other things like woodcutting and goblin killing scripts.
This is all my inputs into it, and I just wanted to use one guy for this.
[Runtime Error] : Out Of Range in line 53 in script C:\Documents and Settings\Compaq_Administrator\Desktop\SCAR\Scripts \[Rip-It] SecretCutter v0.10.scar
Heres what i input into it.
procedure DeclarePlayers;
begin
HowManyPlayers := 0;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
SRLID := MySRLID;
SRLPassword := MySRLPassword;
Players[0].Name :='Superbox808'; //Character name
Players[0].Pass :='*********'; //Character PAss
Players[0].Nick :='erb'; //Nickname 3 Letter of char name
Players[0].Active := True;
Players[0].Loc := 'Trees';
Players[0].Integers[0] := 1; //how many loads for this player to chop
Players[0].Integers[1] := 0;
Players[0].Integers[2] := 0;
Players[0].Integers[3] := 0;
Any help would be appreciated!