24.07.2018, 18:10
They're already defined in a_samp.inc, but just not documented on the wiki.
Код:
native Float:asin(Float:value); native Float:acos(Float:value); native Float:atan(Float:value); native Float:atan2(Float:x, Float:y);