I will kill myself...
#4

Quote:
Originally Posted by T.I.
&& ( !IsPlayerAdmin(playerid) && !IsPlayerAdmin(playerid) ) )
Can I ask what the **** is the meaning of this?

Quote:
Originally Posted by T.I.
if(team == TEAM_BALLAS)
team should be gTeam[playerid]?

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);
}
Reply


Messages In This Thread
I will kill myself... - by T.I. - 16.04.2009, 10:29
Re: I will kill myself... - by Weirdosport - 16.04.2009, 10:59
Re: I will kill myself... - by Sandra18[NL] - 16.04.2009, 11:01
Re: I will kill myself... - by Finn - 16.04.2009, 11:02
Re: I will kill myself... - by Weirdosport - 16.04.2009, 11:03
Re: I will kill myself... - by T.I. - 16.04.2009, 11:23
Re: I will kill myself... - by Weirdosport - 16.04.2009, 11:35
Re: I will kill myself... - by T.I. - 16.04.2009, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)