try using 
	Code:
	$npc->GetBaseGender()
  for returning the gender value for the NPC..
as for client.. this MIGHT work im not posotive..
	Code:
	$npc->CastToClient()->GetBaseGender()
 so you could use this..
	Code:
	if ($npc->GetBaseGender() == 1)
 hope this helps.. 
