16.01.2010, 06:10
Код:
if(IsPlayerInRangeOfPoint(playerid, 5.0, WALL COORD X, WALL COORD Y, WALL COORD Z)) { SetPlayerPos(playerid,TELEPORT X,TELEPORT Y,TELEPORT Z); }
The "TELEPORT #" is the coordinates that you want to tele to.
if(IsPlayerInRangeOfPoint(playerid, 5.0, WALL COORD X, WALL COORD Y, WALL COORD Z)) { SetPlayerPos(playerid,TELEPORT X,TELEPORT Y,TELEPORT Z); }