29.03.2009, 20:26
Код:
UP: 246.3505, 87.48753, 1003.641 DOWN: 1556.78, -1675.778, 28.39545
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;
}
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;
}

