How to
#1

Код:
else if (PlayerToPointStripped(1, playerid,1545.0803,-1269.7253,17.4063, cx,cy,cz))
	{
		//hitman
		SetPlayerPos(playerid, 1711.433715,-1669.379272,20.225049);
		GameTextForPlayer(playerid, "~w~Hitman",5000,1);
		SetPlayerInterior(playerid,18);
		SetPlayerFacingAngle(playerid, 0);
		PlayerInfo[playerid][pInt] = 18;
	}
	else if (PlayerToPointStripped(1, playerid,1710.433715,-1669.379272,20.225049, cx,cy,cz))
	{
		//hitam
		SetPlayerPos(playerid, 1547.0803,-1269.7253,17.4063);
		GameTextForPlayer(playerid, "~w~Los Santos",5000,1);
		SetPlayerInterior(playerid,0);
		SetPlayerFacingAngle(playerid, 0);
		PlayerInfo[playerid][pInt] = 0;
	}
How do i make it that only one team can go inside
Many thanks
Reply


Messages In This Thread
How to - by 02manchestera - 28.01.2010, 19:22
Re: How to - by Correlli - 28.01.2010, 19:30
Re: How to - by Babul - 28.01.2010, 19:31
Re: How to - by will_92 - 29.01.2010, 04:19
Re: How to - by KnooL - 29.01.2010, 05:50
Re: How to - by Correlli - 29.01.2010, 09:45
Re: How to - by 02manchestera - 29.01.2010, 10:15
Re: How to - by will_92 - 29.01.2010, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)