17.12.2010, 11:44
That doesn't really help i wanna do some thing like this but with /enter:
Код:
else if (PlayerToPointStripped(2, playerid, -2170.4067,635.3931,1052.3750, cx,cy,cz))
{
if(newkeys == KEY_WALK)
{
SetPlayerPos(playerid, 2488.4675,-1668.2709,329.6298);
GameTextForPlayer(playerid, "~w~The backroom",5000,1);
SetPlayerInterior(playerid,6);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 6;
}
}
else if (PlayerToPoint(5, playerid, 2488.1604,-1667.1577,329.6298))
{
if(newkeys == KEY_WALK)
{
SetPlayerPos(playerid, -2170.3489,637.5996,1052.3750);
GameTextForPlayer(playerid, "~g~The HQ",5000,1);
SetPlayerInterior(playerid,6);
PlayerInfo[playerid][pInt] = 6;
}

