In day of defeat, there is a file, "dod/resource/dod_english.txt" - and I believe it's something similar for Counter-Strike.
I'm trying to hook these values and alter them. I'd like to change the name of the spectators team and "DEAD" to just ""
I've done it before by hooking a message where the #RESOURCE_NAME is sent, but I'm wondering if it can be done some way other than a message, because a few of them are not sent through a message.
Or is there a way to send them to a client to update them?