I ran your snippet on several maps, including airstrip and torn, and didn't have any problems.
I did add a client command
Code:
register_clcmd("say /spin", "force_spin", 0, "Spins ents")
so I could control the spin manually. Also, I moved the
statement to after the compare as to not print out all the unecessary entities.
__________________