m34tcode
12-29-2011, 01:22 AM
Any script i compile and run, just says says 'Succsesfully Executed'. It doesn't actually do anything though. A script with just wait(10000); will be 'successfully executed' in a couple seconds.
Example script:
{$i srl/srl.scar}
begin
SetupSRL;
sleep(5000);
DropAll;
end.
Anyone encounter this problem?
If i remove the setup srl, dropall, and include srl, the script runs fine.
Example script:
{$i srl/srl.scar}
begin
SetupSRL;
sleep(5000);
DropAll;
end.
Anyone encounter this problem?
If i remove the setup srl, dropall, and include srl, the script runs fine.