29.11.2011, 17:45
Код:
else if(PlayerToPoint(3, i, -1040.9595,-1167.0739,129.2825))
{
if(PlayerInfo[playerid][pLeader] == 3 || PlayerInfo[playerid][pMember] == 3) // Army
{
SetPlayerHealth(i, 100);
GameTextForPlayer(i,"~r~Health 100%", 3000, 5);
}
else if
{
SendClientMessage(i, COLOR_LIGHTBLUE, "* You are not from Army");
}
}

