06.11.2013, 16:56
it's '==' not '=', two =s and also remove ; from end
if(PlayerInfo[playerid][pFMember] == 1)
{
SetPlayerColor(playerid, COLOR_YELLOW);
}
if(PlayerInfo[playerid][pFMember] == 1)
{
SetPlayerColor(playerid, COLOR_YELLOW);
}