Didn't understand well, but there's something that I can't understand.
Why are you Spawning "info_target" entities? That's totally useless, mod just does this
PHP Code:
void CPointEntity::Spawn(void) // code from CS originally
{
pev->solid = 0;
}
So skip that thing from your code
__________________