I get this error
[Runtime Error] : Exception: in line 46 in script D:\Games\runescape\SCAR 3.15\includes\SRL/SRL/Core/Math.scar
the 46 line is
Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
from 41 line to 48 line is this
Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
var
TempBMP : integer;
begin;
TempBMP := CreateBitmapMaskFromText(Txt,Chars);
Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
FreeBitmap(TempBMP);
end;
using srl 21 everything is updated, Declared players everything set. Im using VEM.
PLZ HELP I Dont find anything that help with this error
i saw about this error in page 6, but it didn`t help.![]()
![]()
If someone can help me PM me kk? Or post in this thread. Ty wm if you could help me
OR Could someone add math.scar?? that you using, that could help me
IM learning scripting


Reply With Quote






