Teleport
#1

Код:
UP: 246.3505, 87.48753, 1003.641

DOWN: 1556.78, -1675.778, 28.39545
This will to where tele to into PD up [ 246.3505, 87.48753, 1003.641 ]
Place where to tele: 1556.78, -1675.778, 28.39545
Код:
	if(strcmp(cmd, "/pdup", true) == 0)
	{
	  if(gTeam[playerid] == 2 || IsACop(playerid))
	  {
			if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
			{

			}
			else
			{
			SendClientMessage(playerid, COLOR_GRAD1, " You are not cop!");
			}
		}
		return 1;
	}
This is where to tele to into PD down [ 1556.78, -1675.778, 28.39545 ]
Place where to tele down: 246.3505, 87.48753, 1003.641
Код:
	if(strcmp(cmd, "/pddown", true) == 0)
	{
	  if(gTeam[playerid] == 2 || IsACop(playerid))
	  {
			if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
			{
			
			}
			else
			{
			SendClientMessage(playerid, COLOR_GRAD1, " You are not cop!");
			}
		}
		return 1;
	}
Thanks if anyone makes!
Reply


Messages In This Thread
Teleport - by Martinike - 29.03.2009, 20:26
Re: Teleport - by Martinike - 29.03.2009, 21:20
Re: Teleport - by harly - 29.03.2009, 22:11
Re: Teleport - by ICECOLDKILLAK8 - 29.03.2009, 22:13
Re: Teleport - by Martinike - 29.03.2009, 22:20
Re: Teleport - by harly - 29.03.2009, 22:20
Re: Teleport - by Martinike - 29.03.2009, 22:23
Re: Teleport - by ICECOLDKILLAK8 - 29.03.2009, 22:25
Re: Teleport - by Martinike - 29.03.2009, 22:25
Re: Teleport - by harly - 29.03.2009, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)