enum pInfo{ // ... bool:pMuted, // ...,};// OnPlayerLoginif(!strcmp(key , "Muted" , true)){ val = ini_GetValue(Data); PlayerInfo[playerid][pMuted] = strval(val); // warning 213: tag mismatch}