Mr_Bum
12-02-2008, 10:16 AM
TreeType := Players[CurrentPlayer].Strings[0];
Failed when compiling
Line 105: [Error] (16499:46): Type mismatch in script
That is line 105.
This is players setup.
Players[1].Name := ''; // your runescape account
Players[1].Pass := ''; // your runescape password
Players[1].Nick := ''; // 3-4 letters of your runscape username
Players[1].Active := True; //In the script or not
Players[1].Integers[0] := 10; // Loads to do.
Players[1].Integers[1] := 5000; // Time between trees
Players[1].Strings[0] := 'Tree'; //Type of tree to cut. Leave blank if not wanted.
Players[1].Strings[1] := 'Oak'; //Type of tree to cut. Leave blank if not wanted.
TreeType : integer;// is a var
I searched but found nothing
Need help on how to fix this problen
Failed when compiling
Line 105: [Error] (16499:46): Type mismatch in script
That is line 105.
This is players setup.
Players[1].Name := ''; // your runescape account
Players[1].Pass := ''; // your runescape password
Players[1].Nick := ''; // 3-4 letters of your runscape username
Players[1].Active := True; //In the script or not
Players[1].Integers[0] := 10; // Loads to do.
Players[1].Integers[1] := 5000; // Time between trees
Players[1].Strings[0] := 'Tree'; //Type of tree to cut. Leave blank if not wanted.
Players[1].Strings[1] := 'Oak'; //Type of tree to cut. Leave blank if not wanted.
TreeType : integer;// is a var
I searched but found nothing
Need help on how to fix this problen