begin
try
Result := TMufasaBitmap.Create;
Result.SetSize(120, 120);
c := getTClient;
Result.CopyClientToBitmap(
c.IOManager, false, 0, 0, MMCX-60, MMCY-60, MMCX+60, MMCY+60
);
except
Writeln('SPS_GatherMinimap ERROR: '+ExceptionToString(ExceptionType, ExceptionParam));
end;
end;
procedure SPS_FilterMinimap07(var Minimap: TMufasaBitmap);
var
W, H, x, y: integer;
That's the code, it keeps saying Exception in Script: Unknown declaration "getTClient" at line 52, column 10


Reply With Quote







