[HELP]: IsPlayerInRangeOfPoint
#1

Hello SA:MP !

I tried something like this:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, 422.5725, 2536.5354, 10.0000 || 2233.7334, -1115.2628, 1050.8828 || 2807.6826, -1174.7570, 1025.5703 || 2365.2681, -1135.5988, 1050.8826 || 2317.7893, -1026.7645, 1050.2178))
But don't work. What's the correct way ?

Thanks.
Reply
#2

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, 422.5725, 2536.5354, 10.0000)
|| IsPlayerInRangeOfPoint(playerid, 2.0, 2233.7334, -1115.2628, 1050.8828)
|| IsPlayerInRangeOfPoint(playerid, 2.0, 2807.6826, -1174.7570, 1025.5703)
|| IsPlayerInRangeOfPoint(playerid, 2.0, 2365.2681, -1135.5988, 1050.8826)
|| IsPlayerInRangeOfPoint(playerid, 2.0, 2317.7893, -1026.7645, 1050.2178))
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)