Solution:
Code:
RegisterHam(Ham_Spawn,"ts_powerup","PowerupDelete")
public PowerupDelete(PowerupEntid)
{
remove_entity(PowerupEntid)
return HAM_HANDLED
}
Works great. Deletes all of the powerups dropped when players die, but leaves the powerup spawners in the level, which is exactly what I wanted.
Thank you.
__________________