05.08.2016, 10:49
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
(playerid, Float:range, Float, Float:y, Float:z)
Your parameters are in the wrong order than the native, you need to reorder them in the define.
(playerid, Float:range, Float, Float:y, Float:z)
Your parameters are in the wrong order than the native, you need to reorder them in the define.
PHP код:
#define PlayerToPoint(%0,%1,%2) IsPlayerInRangeOfPoint(%1,%0,%2)