something like this:
CT says !vest
The "Ballistic vest deployed" message shows up for CTs only.
Same goes for Terrors.
Scripts
Team message
Team message
1

player addhook("say","heislazy")
function heislazy(id,t)
	if t == "!vest" then
		for p=1,32 do
			if player(id,"team")==player(p,"team") then
				msg2(p,"Ballistic vest deployed")
			end
		end
	end
end
Rainoth, @
aleksix:
1
