25.05.2010, 15:45
Код:
{//LSPD Entrance
GameTextForPlayer(playerid, "~w~Policia Departamental", 5000, 1);
SetPlayerInterior(playerid, 10);
SetPlayerPos(playerid,246.375991,109.245994,1003.218750);
PlayerInfo[playerid][pInt] = 10;
}
else if(PlayerToPointStripped(1, playerid,246.5325,62.4251,1003.6406, cx,cy,cz))
{//LSPD Exit
GameTextForPlayer(playerid, "~w~Los Santos", 5000, 1);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1552.3231,-1674.6780,16.1953);
PlayerInfo[playerid][pInt] = 0;
}
else if (PlayerToPointStripped(1.0, playerid,246.4450,107.4616,1003.2188, cx,cy,cz))
Alguien me puede ayudar ?

