Check the formatting of the brackets and semicolons, as the last entry in cfgIdentities is formatted differently and I've had it CTD when this happens. On iPad now or I'd pull up an example. I believe the last entry, or only entry if there is only one in cfgIdentities, needs to only have the semicolon after the class brackets end, but not the last entry within the class.
EDIT: Ok I had to check on this to make sure, here's an example of the proper formatting (note the highlighted red diff btwn yours):
Code:
class CfgIdentities
{
class Jaw1h
{
name="Gary";
face="face72";
glasses="cap_desert_h";
speaker="MALE02EN";
pitch=1.02;
};
class NA2h
{
name="Nasir";
face="Face17_EP1";
glasses="com_headset";
speaker="MALE04TK";
pitch=0.96;
};
class JanMo
{
name="Jan Mohammad";
face="Face12_EP1";
glasses="None";
speaker="MALE02TK";
pitch=0.97;
}
};