Forum

> > CS2D > Scripts > Request for No Spec Talk mod
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Request for No Spec Talk mod

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Request for No Spec Talk mod

olivebates
User Off Offline

Zitieren
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.

alt Re: Request for No Spec Talk mod

Apache uwu
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht