What does it mean? - 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: What does it mean? (
/showthread.php?tid=75099)
What does it mean? -
arachimi - 28.04.2009
if (PlayerToPoint(3.0,playerid,-2161.8259,637.8751,1057.5861)||PlayerToPoint(3.0,p layerid,1230.6890,-807.1734,1084.007

||PlayerToPoint(3.0,playerid,22 48.2095,-1209.8652,1049.0234)||PlayerToPoint(3.0,playerid,3 08.2486,1120.4376,1083.882

||PlayerToPoint(3.0,pl ayerid,2247.2124,-1157.2513,1029.7969)||PlayerToPoint(3.0,playerid,2 491.9814,-1710.9619,1014.7422))
and what 3.0 mean.
Re: What does it mean? -
*ToM* - 28.04.2009
3.0 is the radius, distance from that point
it can work like when a player gets on that coords, it will do something for him teleport him give him a message whatever, but you have to add it on there
Re: What does it mean? -
arachimi - 29.04.2009
Quote:
Originally Posted by Toniu_
3.0 is the radius, distance from that point
it can work like when a player gets on that coords, it will do something for him teleport him give him a message whatever, but you have to add it on there
|
Thank you very much.