SA-MP Forums Archive
PlayerToPoint - IsPlayerInRangeOfPoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: PlayerToPoint - IsPlayerInRangeOfPoint (/showthread.php?tid=210486)



PlayerToPoint - IsPlayerInRangeOfPoint - Berckley - 13.01.2011

Hi! i need a help.In GameMode i'm using code PlayerToPoint.I want to change it to - IsPlayerInRangeOfPoint,but when i change i have problem

Код:
C:\Documents and Settings\user\Desktop\Server\gamemodes\sarp.pwn(2176) : warning 213: tag mismatch
Plz,help me


Re: PlayerToPoint - IsPlayerInRangeOfPoint - ev0lution - 13.01.2011

You can't just replace the common PlayerToPoint with IsPlayerInRangeOfPoint.
They have two swapped parameters, I think the first two, so you're better off updating your script with a macro instead.