01.01.2010, 19:16
Okey, I wonder how you make a function like this:
If player is in range of a position (PlayerToPoint)
Return String "HouseID2"
doesn't work...
Help please =)
If player is in range of a position (PlayerToPoint)
Return String "HouseID2"
pawn Код:
if(PlayerToPoint(3.0,playerid,X,Y,Z)) return HouseID2;
Help please =)