Forum
CS2D Scripts Hide teammate downHide teammate down
2 replies 1
1
2
3
4
5
6
7
2
3
4
5
6
7
teammatedownMID = 20 addhook("radio","asd") function asd(id,mid) 	if mid == teammatedownMID then 		return 1 	end end
even though the radio-hook page tells something else,
you can hide the "Teammate down" or "Fire in the hole" messages,
at least it works on my machine
or it's just a bug
1