well I have now added...
Code:
int pfnIndexOfEdict (const edict_t *pEdict)
{
if (FNullEnt (pEdict))
RETURN_META_VALUE (MRES_SUPERCEDE, NULL);
RETURN_META_VALUE (MRES_IGNORED, NULL);
}
Hopefully this will solve everything

[edit]
btw, PMB whats going on?
still checking it out?
[/edit]