Drake430
05-05-2007, 04:42 AM
I cant figure out why it's give me this error
Players[0].Name :='************';
Players[0].Pass :='********';
Players[0].Nick :='****';
Players[0].Active:=True;
Players[0].String1 := 'Coal'; // Primairy Ore Color
Players[0].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
Players[0].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
Players[0].Boolean1 := True; // Is The Pick Equipped?
Players[0].Boolean2 := True; // False for brightness Check Once.
[Runtime Error] : Out Of Range in line 39 in script C:\Documents and Settings\Drake\Start Menu\Programs\SCAR 3.03\Scripts\Scripts\Powerminer.scar
whats going on with it?
Players[0].Name :='************';
Players[0].Pass :='********';
Players[0].Nick :='****';
Players[0].Active:=True;
Players[0].String1 := 'Coal'; // Primairy Ore Color
Players[0].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
Players[0].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
Players[0].Boolean1 := True; // Is The Pick Equipped?
Players[0].Boolean2 := True; // False for brightness Check Once.
[Runtime Error] : Out Of Range in line 39 in script C:\Documents and Settings\Drake\Start Menu\Programs\SCAR 3.03\Scripts\Scripts\Powerminer.scar
whats going on with it?