Topic: [PATCH] Broadcasting captures of the flag
When a player capture the enemy's flag, it is nice to see a broadcast with the name of the player ! With this patch you can do that:
To install the patch, type:
patch -p1 < ctfbroad.patch
In the teeworlds-0.4.2-src/ directory, and then compile the server again
If you wan to customize the module, you can use the server configurations parameter:
sv_ctfbroad (0|1)
sv_ctfmsg captured the flag!
sv_ctfbroad is 0 to disable and 1 to enable
sv_ctfmsg is followed with the end of the capture message (just after the nick of the guy who captured it)
Have fun!