Quote:
|
Originally Posted by SidLuke
Strange, I did not change anything there
OnAmxxAttach() function should clear map info ( g_map.Init() ) after map change 
|
No, it shouldn't

as of 1.50, metamod-modules don't reload on mapchange. Relying OnAmxxAttach() will only get when module is loaded. I've switched this in CVS to "g_map.Init()" on ServerActivate, which is guaranteed to be called at the right time.
So, this bug should be fixed. I've attached a test binary. If it's not fixed, I'm leaving this report open so SidLuke can ask questions or fix up his other modules that might be affected by this change.
Thanks!