SA-MP Forums Archive
help player point - 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: help player point (/showthread.php?tid=115048)



help player point - rs2fun111 - 22.12.2009

how i can make system what teleports 1 place to 2 place? code like this

can someone help to repair this?
Код:
  if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))
  SendClientMessage(playerid,0xFFFFFFFF,"You Found New Secret Place ,");
  SetPlayerPos(playerid, -2523.8162,2239.3862,5.3984, 334.7503);
  return 1;
}



Re: help player point - marharth - 22.12.2009

Quote:
Originally Posted by rs2fun111
how i can make system what teleports 1 place to 2 place? code like this

can someone help to repair this?
Код:
  if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))
  SendClientMessage(playerid,0xFFFFFFFF,"You Found New Secret Place ,");
  SetPlayerPos(playerid, -2523.8162,2239.3862,5.3984, 334.7503);
  return 1;
}
whats wrong with that?