public OnPlayerUpdate(playerid) {if(IsPlayerInRangeOfPoint(playerid, 3.0, X Y Z)) {SetPlayerPos(playerid, X,Y,Z);}return 1;}