I'm trying to write a small plugin to allow me to run a few commands once the game actually starts on a listen server, but I can't seem to find a method of detecting game start.
I tried hooking client_putinserver and checking the id, but it never runs for host. Hooking the log message might be best, but I'm not sure which would be best to hook. Any ideas/example code would be welcome.