Multiple ''PlayerToPoint''
#1

Hello,

Can i have multiple PlayerToPoint places?
If yes, how to do that?

Thanks in Advance.
Reply
#2

Yes
pawn Код:
if(PlayerToPoint(radius,playerid,X,Y,Z)
{
//something here
return 1;
}
else if(PlayerToPoint(radius,playerid,X,Y,Z)
{
//something here too
return 1;
}
And so on.....
Reply
#3

If your using 0.3a I highly recommend using this: https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)