mastah
02-11-2012, 09:59 AM
Hi,
When i add smart to my script the functions MouseClick doesn't seem to work. It also clicks outside of the smart client which is quite weird :(
{$DEFINE SMART}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := 'lolz';
Players[0].Pass := 'wofl';
Players[0].Active := True;
end;
begin
Smart_Server := 69;
Smart_Members:= true;
Smart_Signed := true;
Smart_SuperDetail := false;
SetupSRL;
DeclarePlayers;
end;
This is what I added to the script until now.
Please help meeeeeeeeeeeee:confused:
When i add smart to my script the functions MouseClick doesn't seem to work. It also clicks outside of the smart client which is quite weird :(
{$DEFINE SMART}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := 'lolz';
Players[0].Pass := 'wofl';
Players[0].Active := True;
end;
begin
Smart_Server := 69;
Smart_Members:= true;
Smart_Signed := true;
Smart_SuperDetail := false;
SetupSRL;
DeclarePlayers;
end;
This is what I added to the script until now.
Please help meeeeeeeeeeeee:confused: