Forum

> > CS2D > Scripts > Request for No Spec Talk mod
Forums overviewCS2D overview Scripts overviewLog in to reply

English Request for No Spec Talk mod

6 replies
To the start Previous 1 Next To the start

old Request for No Spec Talk mod

olivebates
User Off Offline

Quote
I'm unsure if this is where you can post requests. Sorry if it is.

I would like a mod that makes it so spectators cant talk. I would do it myself, though I don't have the knowledge of how to, so it would be nice if I could look at it and learn from it too.

old Re: Request for No Spec Talk mod

Apache uwu
User Off Offline

Quote
Well spectators can't talk to people playing the game. If you want to mute them entirely you can just run this script.

1
2
3
4
5
6
7
8
addhook("say","_say")
addhook("sayteam","_say")

function _say(id)
	if player(id,"team")==0 then
		return 1
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview