Sandstorm
10-17-2008, 01:39 AM
Don't tell me the c+p "Blablabla smart is down blablabla wait for Ben to fix it blablabla".
I'm trying to get a script to work, WITHOUT scar, but it's giving me this error:
[Runtime Error] : Exception: Access violation at address 032F138A in module 'Embedded_SMART.dll'. Read of address 0000087C in line 48 in script C:\Program Files\SCAR 3.15\includes\srl/srl/misc/smart.scar
Any ideas? >.<.
function GetColor(x, y: Integer): Integer;
begin
result:= SmartGetColor(x, y);
end;
Bolded is line 48.
I'm trying to get a script to work, WITHOUT scar, but it's giving me this error:
[Runtime Error] : Exception: Access violation at address 032F138A in module 'Embedded_SMART.dll'. Read of address 0000087C in line 48 in script C:\Program Files\SCAR 3.15\includes\srl/srl/misc/smart.scar
Any ideas? >.<.
function GetColor(x, y: Integer): Integer;
begin
result:= SmartGetColor(x, y);
end;
Bolded is line 48.