How can Iset a event trigger for when a map loads?
I tried
Code:
register_logevent("on_map_start", 2, "0=Started map");
in my plugin_init but it doesnt seem to trigger.
In case I did it wrong, here is the corrasponding line from the server logs:
Code:
L 03/17/2006 - 22:14:12: Started map "de_italystreets_cz" (CRC "2060379185")
Thanks for any help.