Forum

> > CS2D > Scripts > Hide teammate down
Forums overviewCS2D overview Scripts overviewLog in to reply

English Hide teammate down

2 replies
To the start Previous 1 Next To the start

old Re: Hide teammate down

Cebra
User Off Offline

Quote
1
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 cs2d lua hook 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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview