if playertopoint > return string... Help please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: if playertopoint > return string... Help please (
/showthread.php?tid=117774)
if playertopoint > return string... Help please -
introzen - 01.01.2010
Okey, I wonder how you make a function like this:
If player is in range of a position (PlayerToPoint)
Return String "HouseID2"
pawn Код:
if(PlayerToPoint(3.0,playerid,X,Y,Z)) return HouseID2;
doesn't work...
Help please =)
Re: if playertopoint > return string... Help please -
MerLow - 01.01.2010
I don't understand, can you explain different?