splewis / csgo-pug-setup

CS:GO Sourcemod plugin for setting up private pug/10man games
GNU General Public License v3.0
413 stars 90 forks source link

Added cvar mp_weapons_allow_typecount #414

Closed SanjaySRocks closed 2 years ago

SanjaySRocks commented 2 years ago

Remove the limit of buy weapon in warmup phase

Solved #411

splewis commented 2 years ago

I'm inclined to agree with Valve's default value for this cvar. Letting clients spam weapons doesn't seem worth the risk of crashing a server unless the server operator has specifically enabled it, imo.

SanjaySRocks commented 2 years ago

I'm inclined to agree with Valve's default value for this cvar. Letting clients spam weapons doesn't seem worth the risk of crashing a server unless the server operator has specifically enabled it, imo.

Okay, can we add the cvar with default value of 5 and make it optional for the user so they can change the value if they want to -1

splewis commented 2 years ago

Sure, that's fine with me.