06.06.2010, 09:59
Quote:
Originally Posted by wofka13
Why PlayerToPoint, the old, using IsPlayerInRangeOfPoint...
Код:
if(IsPlayerInRangeOfPoint(playerid,5.0,1642.2993,-2332.3384,13.5469)) { GameTextForPlayer(playerid, "~r~Welcome", 5000, 1); SetPlayerInterior(playerid, 0); SetPlayerPos(playerid,1642.2993,-2332.3384,13.5469); } |