Need Help
#6

He means, with pFaction the faction's name of your enum and xx the value.
pawn Код:
if(PlayerInfo[playerid][COP/* Or how it is on your enum */] != 0
|| PlayerInfo[playerid][ARMY/* Or how it is on your enum */] != 0
|| PlayerInfo[playerid][FBI/* Or how it is on your enum */] != 0
|| PlayerInfo[playerid][CIA/* Or how it is on your enum */] != 0)
{
    // code;
}
Reply


Messages In This Thread
Need Help - by sscarface - 06.01.2013, 08:41
Re: Need Help - by TFreemen - 06.01.2013, 08:44
Re: Need Help - by sscarface - 06.01.2013, 08:47
Re: Need Help - by JM_Millers - 06.01.2013, 08:47
Re: Need Help - by TFreemen - 06.01.2013, 08:51
Re: Need Help - by Konstantinos - 06.01.2013, 08:51
Re: Need Help - by sscarface - 06.01.2013, 09:02
Re: Need Help - by Konstantinos - 06.01.2013, 09:02
Re: Need Help - by sscarface - 06.01.2013, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)