Problem with entering into the interior
#6

These codes?
Код:
		else if(IsPlayerInRangeOfPoint(playerid, 1, 1554.9537,-1675.6584,16.1953))
		{//SAPD Entrance
			PlayerInfo[playerid][pInteriorNr] = 1;
			GameTextForPlayer(playerid, "~w~Police Department", 5000, 1);
			SafeSetPlayerInterior(playerid, 6);
			SafeSetPlayerPos(playerid,246.7079,66.2239,1003.6406);
		}
		else if(IsPlayerInRangeOfPoint(playerid, 1, 246.5325,62.4251,1003.6406))
		{//SAPD Exit
		    PlayerInfo[playerid][pInteriorNr] = 0;
			GameTextForPlayer(playerid, "~w~Los Santos", 5000, 1);
			SafeSetPlayerInterior(playerid, 0);
			SafeSetPlayerPos(playerid,1552.3231,-1674.6780,16.1953);
		}
Reply


Messages In This Thread
Problem with entering into the interior - by Petricko - 10.04.2012, 23:10
Re: Problem with entering into the interior - by Ezay - 10.04.2012, 23:23
Re: Problem with entering into the interior - by Petricko - 10.04.2012, 23:28
Re: Problem with entering into the interior - by Ezay - 10.04.2012, 23:29
Re: Problem with entering into the interior - by Dan_Barocu - 10.04.2012, 23:35
Re: Problem with entering into the interior - by Petricko - 10.04.2012, 23:36
Re: Problem with entering into the interior - by Petricko - 10.04.2012, 23:39
Re: Problem with entering into the interior - by Dan_Barocu - 11.04.2012, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)