jaredballou / confogl

Automatically exported from code.google.com/p/confogl
1 stars 0 forks source link

How do I limit The T2 shotguns to where only 1 can be used at a time? #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected result? What is happening instead?

What version of confogl are you using?
version 2.2.2

On what operating system is the server running?
Linux

What version of sourcemod and metamod are you using?
Latest versions

Do you have any logs about the issue? Setting confogl_debug "1" is
reccomended.

Please provide any additional information below.
I would just like to know what cvar to add to the confogl.cfg file

Original issue reported on code.google.com by russell_...@yahoo.com on 3 Mar 2011 at 11:13

GoogleCodeExporter commented 8 years ago
It isn't an option in Confogl.  The only option is to limit each weapon stack 
to only have 1, but you are still able to pick up more shotguns later.  To use 
that option you need to disable T1 only by editing lines 81 to 83 in 
confogl.cfg.  The one ending _all is probably the only one you really want to 
change though so that there are no saferoom T2s. Also make sure 
confogl_limit_tier2 and confogl_limit_tier2_saferoom are both 1 (lines 63 and 
64).

Original comment by Canada.R...@gmail.com on 5 Mar 2011 at 5:28