Quote:
function SPS_GetMyPos(): TPoint;
var
Minimap: TMufasaBitmap;
SmallMap: T3DIntegerArray;
t, FoundMatches: integer;
P: TPoint;
Searches: extended;
begin
Result := Point(-1, -1);
if (not LoggedIn) then
Exit;
if (SPS_Tolerance < 1.0) then
SPS_Tolerance := 600.0;
if (SPS_MatchesPercent = 0.0) then
SPS_MatchesPercent := 0.35;
if (inRange(round(rs_GetCompassAngleDegrees), 10, 350)) then
MakeCompass('N');
t := getSystemTime();
Minimap := SPS_GatherMinimap;
SPS_FilterMinimap(Minimap);
[Hint] C:\Users\Malachy\Desktop\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
[Error] C:\Users\Malachy\Desktop\Simba\Includes\sps/sps.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
Compiling failed.
can someone help me please??
Try updating your SPS!