Code:
if (team != CS_TEAM_T)
client_print(id, print_center, "%L", id, "NOT_T");
You only use LANG_SERVER when you are doing ie like logging stuff..
You only use LANG_PLAYER when you are sending to everyone using ie. client_print(0, or show_hud(0
Other than that use the player id when only sending to a single person.
Also how does your bombstealer.txt look like?
__________________