why do i get this error?:
if(FindDTMRotated(Bankers,e,f,MIX1,MIY1,MIX2,MIY2, 0,360,1,1)then
help
why do i get this error?:
if(FindDTMRotated(Bankers,e,f,MIX1,MIY1,MIX2,MIY2, 0,360,1,1)then
help
The last parameter needs to be a variable.
It returns the angle found at as an extended.
Ex would look like
SCAR Code:var
e, f, bankers : Integer;
AngleFound : Extended;
begin
if FindDTMRotated(Bankers, e, f, MIX1, MIY1, MIX2, MIY2, 0, 360, 1, AngleFound) then
end.
uh just so you know, the startangle and endangle is in radians, not degrees.
idk how itll work with the parameters you have
There are currently 1 users browsing this thread. (0 members and 1 guests)