Hello,
I am a beginning simba user, and I tried running the code for smart 8, but when I tried running it I get this message and nothing pops up:
SRL Compiled in 0 msec
** Failed To Grab Smart Parameters **
** Please check your internet connection/firewall **
Successfully executed.
Anyone knows what to do ?
This is the code ive been running:
program new;
{$DEFINE SMART8}
{$i srl/srl.simba}
begin
ClearDebug();
SRL_SIXHOURFIX := TRUE;
SMART_FIXSPEED := TRUE;
SetupSRL();
end.


Reply With Quote



