14.04.2013, 18:02
Juste Fllow this Code below ::
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
https://sampwiki.blast.hk/wiki/SetPlayerPos
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 1.0, 595.96, -1251.44, 18.33)) //// if you are in this position
{
SetPlayerPos(playerid,1424.630493, -980.526672, 1639.371460); //////// teleported to this location
return 1;
}
https://sampwiki.blast.hk/wiki/SetPlayerPos

