09.11.2012, 17:21
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
https://sampwiki.blast.hk/wiki/SetPlayerPos
For Example;
https://sampwiki.blast.hk/wiki/SetPlayerPos
For Example;
pawn Код:
cmd:tele(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 2.0,2809.5017,-1096.4923,94.1871))
{
SetPlayerPos(playerid, 2810.5525,-1092.2820,30.8828);
}
return 1;
}