Help with "if" restriction :S.
#4

or you can make by this way

pawn Код:
new faction;
if(PlayerInfo[playerid][pMember] >0)
{
    faction = PlayerInfo[playerid][pMember];
}
else if(PlayerInfo[playerid][pLeader] >0)
{
    faction = PlayerInfo[playerid][pLeader];
}
then you can make

pawn Код:
if(faction == 1 || faction == 2) ....
Reply


Messages In This Thread
Help with "if" restriction :S. - by Mataaltedi - 08.08.2012, 14:42
Re: Help with "if" restriction :S. - by AndreT - 08.08.2012, 14:46
Re: Help with "if" restriction :S. - by Vince - 08.08.2012, 15:16
Re: Help with "if" restriction :S. - by StreetGT - 08.08.2012, 15:56

Forum Jump:


Users browsing this thread: 2 Guest(s)