Limit textspam in etpro

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

Post Reply
User avatar
RoadKillPuppy
Posts: 207
Joined: Thu Apr 08, 2004 9:21 am
Location: Belgium!
Contact:

Limit textspam in etpro

Post by RoadKillPuppy »

We currently have some players who really like to spam the textconsole with annoying binds.
We've already set g_voiceChatsAllowed "4", but that seems to only limit the quickvoicechat messages.

With a search on this forum, I noticed that this was implemented in banimod. Is there a way to limit textspam in etpro as well?

Thx, RKP
User avatar
KingJackaL
Posts: 666
Joined: Thu Jan 08, 2004 3:47 pm
Location: ChCh, NZ
Contact:

Post by KingJackaL »

I _think_ that's included in b_floodMaxCommands, which limits all non-reliable commands a client sends? (</guessmode>)
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

b_floodMaxCommands is what you want.
User avatar
RoadKillPuppy
Posts: 207
Joined: Thu Apr 08, 2004 9:21 am
Location: Belgium!
Contact:

Post by RoadKillPuppy »

Yieeha, thx for the fast replies... :lol:
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

This command doesn't seem to work in 3.2.0.

It is not one of the "b" commands that lists in the console.

Is there a substitute that will stop/limit the vsay spam?
Locked_On
Posts: 171
Joined: Wed Oct 22, 2003 5:30 pm

Post by Locked_On »

set g_voiceChatsAllowed "3"
-------------------------------------
www.terminal-insanity.com
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

I'll try that. Thanks!
[DR]REVOS
Posts: 86
Joined: Wed Sep 29, 2004 10:53 am

Post by [DR]REVOS »

One of those commands works in 3.2 I forget which,

But we used to have nubs who would spam ASCII binds, about 8-15 string longs, and it was friggin annoying. So I limitted it to 4. Now there binds don't work. :twisted:
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

Still getting unlimited spamming. :( :?

The config file contains......

Code: Select all

set g_voiceChatAllowed "3"
seta b_floodMaxCommands 5
What else should be in there to limit the spamming?
User avatar
KingJackaL
Posts: 666
Joined: Thu Jan 08, 2004 3:47 pm
Location: ChCh, NZ
Contact:

Post by KingJackaL »

xGrunt wrote:Still getting unlimited spamming. :( :?

The config file contains......

Code: Select all

set g_voiceChatAllowed "3"
seta b_floodMaxCommands 5
What else should be in there to limit the spamming?
You need

Code: Select all

set g_voiceChatsAllowed 3
NOT

Code: Select all

set g_voiceChatAllowed 3
jump3r
Posts: 159
Joined: Sun Apr 18, 2004 1:11 am

Post by jump3r »

example.cfg wrote:// b_floodMaxCommands <n> - flood protection -- approximately n rate-limited
// commands are allowed per 30 seconds, 0 disables.
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

Sorry, I mistyped it in my message. I am using g_voiceChatsAllowed.

I'll try limiting the b_floodMaxCommands more and see if that helps.

Thanks for the responses! :)
Post Reply