16.04.2009, 11:02
Quote:
Originally Posted by T.I.
&& ( !IsPlayerAdmin(playerid) && !IsPlayerAdmin(playerid) ) )
|
Quote:
Originally Posted by T.I.
if(team == TEAM_BALLAS)
|
pawn Код:
if(gTeam[playerid] == TEAM_ADMINISTRATORS && !IsPlayerAdmin(playerid))
{
ForceClassSelection(playerid);
return SetPlayerHealth(playerid, 0.0);
}
else if(gTeam[playerid]== TEAM_BALLAS) //0, 1, 2
{
SetPlayerColor(playerid,COLOR_TEAM_BALLAS);
SetPlayerFacingAngle(playerid,270.0);
SetPlayerInterior(playerid,5);
}