31.10.2009, 12:58
ok when i enter my hq and i exit it it takes me to another place can you please help me
Please help me
Код:
//Hitman HQ
if(PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8)
{
SetPlayerPos(playerid,501.980987,-69.150199,998.757812);
GameTextForPlayer(playerid, "~w~HitMan HQ",5000,1);
SetPlayerInterior(playerid,11);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 11;
}
else if(hqlock[surlock] == 0)
{
SetPlayerPos(playerid, 1073.0094,-345.4233,73.9922);
GameTextForPlayer(playerid, "~w~Hitman HQ",5000,1);
SetPlayerInterior(playerid,5);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 5;
}
else
{
GameTextForPlayer(playerid, "~r~Locked",5000,1);
}
}
else if (PlayerToPointStripped(1, playerid,1073.0094,-345.4233,73.9922, cx,cy,cz))
{//Some teleports are fucked up but they are working
if(GetPlayerVirtualWorld(playerid) == 2)
SetPlayerPos(playerid,501.980987,-69.150199,998.757812);
GameTextForPlayer(playerid, "~w~Los Santos",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 179);
SetPlayerVirtualWorld(playerid, 0);
PlayerInfo[playerid][pVirWorld] = 0;
}

