SA-MP Forums Archive
For what is this? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: For what is this? (/showthread.php?tid=179873)



For what is this? - The_Moddler - 28.09.2010

For what is this?

pawn Код:
native Float:asin(Float:value);
native Float:acos(Float:value);
native Float:atan(Float:value);
native Float:atan2(Float:x, Float:y);
Nothing in the wiki..


Re: For what is this? - Grim_ - 28.09.2010

They are trigonometric functions. You can read more about them here and here.

The only time I have used them is to figure a point in front of a player.


Re: For what is this? - The_Moddler - 28.09.2010

Thanks