12.02.2016, 07:01
I've made two 24/7 with the same interiors one in LS and one in SF. When i exit from 24/7 SF it put me on the exit from the 24/7 LS
Код:
else if (PlayerToPoint(3.0, playerid,1352.3225,-1759.0187,13.5078)) // /enter 24/7 3
{
SetPlayerInterior(playerid,16);
SetPlayerPos(playerid,-26.0137,-140.1184,1003.5469);
PlayerInfo[playerid][pInt] = 16;
SetPlayerVirtualWorld(playerid, 10);
PlayerInfo[playerid][pLocal] = 257;
}
else if (PlayerToPoint(3.0, playerid,-26.0137,-140.1184,1003.5469)) // /exit 24/7 4
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,1352.3225,-1759.0187,13.5078);
PlayerInfo[playerid][pInt] = 0;
PlayerInfo[playerid][pLocal] = 257;
}

