Raised This Month: $ Target: $400
 0% 

Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.60


Post New Thread Reply   
 
Thread Tools Display Modes
BigNEO
Member
Join Date: Sep 2006
Old 10-24-2008 , 22:52   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #151

How do you disable this plug-in using the map config option?

The old on was "amx_limit_awp 0". What is the command for this one?
BigNEO is offline
BigNEO
Member
Join Date: Sep 2006
Old 10-24-2008 , 22:54   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #152

Quote:
Originally Posted by yaya View Post

I have another problem with this plugin, although it limits the number of AWP to 1 per team for some time. then the following day, it does nothing, all players can buy if they want AWP.
Are you saving the configuration as this plug-in being ON? That might be it.
BigNEO is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 10-29-2008 , 16:19   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #153

Quote:
Originally Posted by BigNEO View Post
How do you disable this plug-in using the map config option?

The old on was "amx_limit_awp 0". What is the command for this one?
You can always sue these cvars to enable/disable restriction:
autolimit <1/0> - 1 = Restrict Auto, 0 = Don't restrict Auto
awplimit <1/0> - 1 = Restrict Awp, 0 = Don't restrict Awp

So for those maps You want this plugin inactive, just use those cvars as 0. But for those maps You want this plugin active You need to put them to 1.
It depands also how many maps You need this plugin active and how many maps You want this plugin inactive. If it's only few maps it should be active, You can try to load this plugin only for those maps (in plugins-mapname.ini)
http://wiki.amxmodx.org/Configuring_...p_Config_Files
(read the paragraph called "Map Specific Plugins").
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
BigNEO
Member
Join Date: Sep 2006
Old 10-29-2008 , 17:52   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #154

Thanks for the info.

Now I need to go thru my map config files and add those commands.
__________________
Clan [DPS] CS 1.6 server w/GG option

72.51.60.122:27015

www.DPS-CLAN.NING.com
BigNEO is offline
BigNEO
Member
Join Date: Sep 2006
Old 10-29-2008 , 17:59   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #155

There is no need for an "amx_" in front of it?

ie "amx_autolimit 0"
__________________
Clan [DPS] CS 1.6 server w/GG option

72.51.60.122:27015

www.DPS-CLAN.NING.com
BigNEO is offline
BigNEO
Member
Join Date: Sep 2006
Old 10-29-2008 , 18:16   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #156

How to set up the "min_players" cvar for gungame? Make it 1?
__________________
Clan [DPS] CS 1.6 server w/GG option

72.51.60.122:27015

www.DPS-CLAN.NING.com
BigNEO is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 10-30-2008 , 04:19   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #157

Quote:
Originally Posted by BigNEO View Post
There is no need for an "amx_" in front of it?

ie "amx_autolimit 0"
No - look at the name of cvars in the first post of this topic.
Quote:
Originally Posted by BigNEO View Post
How to set up the "min_players" cvar for gungame? Make it 1?
If You have awplimit 1 (so awp are restricted) and if You will put min_players 1 it will always allow to use in one team "max_awps" amount of awps (no matter if You have 1 or 31 persons in one team). If You would put min_players 32 it will not allow at all to use any awp by any of team (if awplimit still is 1).
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
BigNEO
Member
Join Date: Sep 2006
Old 11-02-2008 , 22:13   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #158

OK well...after all that... The plug in is not working for me for some reason.

I was just in my server 2v2 on dust2 and a guy was able to buy AWP.

I have the settings in the correct files, but it's not working.
__________________
Clan [DPS] CS 1.6 server w/GG option

72.51.60.122:27015

www.DPS-CLAN.NING.com
BigNEO is offline
BigNEO
Member
Join Date: Sep 2006
Old 11-02-2008 , 22:19   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #159

This is what is in my amxx.cfg file


max_awps 2
max_autos 2
winspread_awp 0
winspread_auto 0
min_players 5
autolimit 1
awplimit 1
checkrebuy 1

Is something wrong?

Is the above info in the wrong place?
__________________
Clan [DPS] CS 1.6 server w/GG option

72.51.60.122:27015

www.DPS-CLAN.NING.com
BigNEO is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 11-03-2008 , 03:12   Re: Limit AWP/G3SG1/SG550 with Team Limit and Win limit (CS 1.6) v1.52
Reply With Quote #160

Please write in the server console:
amxx plugins
and show me the info about plugins You have there installed (with version numbers).
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode