I still get the menuselect error in the console when a vote is active. I think it is occurring due to polling of menu choices since it seems to happen about every half a second. Is there something else needed for this to work with HLDM? I don't know if I have "amxmisc" loaded. How can I get a listing of active modules on the server?
Also
=====
I turned on debug mode and found that I was getting an error about the HLTV event. I ended up commenting out "register_event( "HLTV", "new_round_event", "a", "1=0", "2=0");" which appears to have fixed it.
I tried to use code similar to the svencoop flag, "g_isRunningHL1 = !!is_running("valve");", to programmatically fix this but it did not work.
=====