Raised This Month: $ Target: $400
 0% 

Auto/Rebuy ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bubbacs
Member
Join Date: Sep 2005
Old 05-27-2007 , 19:11   Auto/Rebuy ?
Reply With Quote #1

I have found and read many threads about this here.
And still come away confused as to what really is happening and with what mod version.

I have installed 1.76d
I also have the restrict plugin along with sniperlimit plugin.
I am attempting to limit to 2 AWP's per team.
I can restrict them ALL with the restrict plugin.
Then I can restrict some with the sniperlimit plugin.
I am being told that the work around for the per team limit is the Auto/Rebuy feature we have in CS 1.6.
But I see in several places some chat about it being turned OFF due to a AMXMODX plugin that is automatically set in place.

So........is the Auto/Rebuy turned OFF by AMXMODX ?
Or is it on and I need a seperate..... something about a CVS some where ?

Thanks,
Bubba.
bubbacs is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 05-27-2007 , 21:26   Re: Auto/Rebuy ?
Reply With Quote #2

I think the weapon restrict plugin disables autobuy/rebuy.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
bubbacs
Member
Join Date: Sep 2005
Old 05-27-2007 , 23:49   Re: Auto/Rebuy ?
Reply With Quote #3

I was hoping for something a little more definitive than that.
But thanks anyway.
I have seen threads as I said which say both.
And one which says only certain versions as DEV's wanted to take it out.
So there in lies my confusion.
Maybe someone on the DEV team could post and acknowledge one way or another???

Thanks,
Bubba.
bubbacs is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 05-28-2007 , 14:37   Re: Auto/Rebuy ?
Reply With Quote #4

The weapon restrict plugin currently disables autobuy for restricted weapons. It does not do anything with rebuy. The next version of AMXX (1.8) will disable rebuy for restricted weapons as well.
__________________
Brad is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 06-01-2007 , 03:01   Re: Auto/Rebuy ?
Reply With Quote #5

Quote:
Originally Posted by bubbacs View Post
And where might I find the AMX2006 for AMXX 1.8 ?
Well - connorr wanted to say to look into code of restmenu.sma from AMX 2006, but there is no version of that plugin directly addapted to be working under AMX X. You may try to use amxmod_compat, but I don't know what are the differences between AMX and AMX X versions of this plugin - can anyone point them out?

Quote:
Originally Posted by bubbacs View Post
Didn't know that AMXX 1.8 was out yet!
Didn't see it listed on the front page!?
Quote:
Originally Posted by Brad View Post
The next version of AMXX (1. will disable rebuy for restricted weapons as well.
"The next" - means AMXX 1.8 is not released yet. It exists in AMX X' SVN, but under construction yet.

Quote:
Originally Posted by bubbacs View Post
And I don't want it ENABLED, I want to DISABLE the rebuy only!
Now I got confused - that "only" means You want to have autobuy enabled, but rebuy disabled (as the "only" one)?
__________________
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
bubbacs
Member
Join Date: Sep 2005
Old 05-31-2007 , 17:00   Re: Auto/Rebuy ?
Reply With Quote #6

Well then, until we get the next version of AMX MOD X is there a plugin we can use which will turn off the REBUY option?
I have read in lots of places where guys are talking about the autobuy and the rebuy, but, they are really talking about just the autobuy!
If the restrict.amxx already blocks the autobuy.......how about a code for the rebuy blockage?

Thanks,
Bubba.
bubbacs is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-31-2007 , 17:11   Re: Auto/Rebuy ?
Reply With Quote #7

Why don't have a look at amx2006 restrict code for amxx1.8 ? (autobuy and rebuy were enabled in it...)
ConnorMcLeod is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 06-01-2007 , 09:27   Re: Auto/Rebuy ?
Reply With Quote #8

@connorr:

Quote:
Originally Posted by connorr View Post
Why don't have a look at amx2006 restrict code for amxx1.8 ? (autobuy and rebuy were enabled in it...)
The restricted rebuy functionality has already been added to 1.8. I'd imagine, without having looked at AMX2006's implementation, that 1.8's implementation is much cleaner.

@bubbacs:

If you want to TOTALLY block the rebuy command, that can easily be done.

Code:
public plugin_init() {     register_plugin("Prohibit Rebuy", "1.0", "sawce");     register_clcmd("cl_rebuy", "cmd_rebuy"); } public cmd_rebuy(id) {     return PLUGIN_HANDLED; }
__________________
Brad is offline
bubbacs
Member
Join Date: Sep 2005
Old 05-31-2007 , 17:18   Re: Auto/Rebuy ?
Reply With Quote #9

And where might I find the AMX2006 for AMXX 1.8 ?
Didn't know that AMXX 1.8 was out yet!
Didn't see it listed on the front page!?
And I don't want it ENABLED, I want to DISABLE the rebuy only!
But thanks anyway. :-(

-Bubba

Last edited by bubbacs; 05-31-2007 at 17:21.
bubbacs is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 05-31-2007 , 19:28   Re: Auto/Rebuy ?
Reply With Quote #10

You can find what they do with AMX Mod X and related projects in the SVN.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
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 11:16.


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