I've been trying to find a way to find the exact point in HL2DM where the final scoreboard on a map pops up and you cannot move.
The ultimate goal is to create a "nextmap" variable, that changes the map, before the server does it on its own.
I've tried OnLevelShutdown and OnLevelEnd which both seem to fire after host_changelevel:

Any hints in what direction to look maybe? Thank you :)