26.08.2011, 16:01
PlayerToPointStripped(Float:radi, playerid, Float:x, Float:y, Float:z, Float:curx, Float:cury, Float:curz)
pawn Код:
if(strcmp(cmd, "/exit", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,2,238.5380,139.0598,1003.0234))
{
SetPlayerPos(playerid,2795.4570,-1619.4171,10.9219)
SetPlayerInterior(playerid, 3);
}
return 1;
}