04.03.2011, 11:36
Код:
else if (PlayerToPoint(3.0, playerid,2464.7048,-38.8338,27.4270))
GameTextForPlayer(playerid, "~w~Welcome to the Bank", 5000, 1); //bankin
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2305.9165,-16.0872,26.7496);
}
else if (PlayerToPoint(3.0, playerid,2303.3745,56.3584,26.4844))
that's the one to get in, this is the one to get out:
Код:
else if (PlayerToPoint(2.0, playerid,3.0, 2305.9165,-16.0872,26.7496))//bank
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2464.7048,-38.8338,27.4270);
}

