Hi guys when i try to compile my script, *Been reading the tutorials* I get the error posted in the title.
Heres the code im using
Simba Code:
program new;
program new;
{$i slr/srl.simba}
Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := ''; // E.G griff721 would be riff.
Players[0].Active:=True; // If you want current user to use this script
end;
begin
SetUpSRL;
ActivateClient;
end.
I have tryed updating all extensions ect.. not working, any ideas?Thanks