Raised This Month: $32 Target: $400
 8% 

Autobuy unlock


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mrnt3250
Junior Member
Join Date: Dec 2009
Location: Dubai, U.A.E.
Old 11-09-2011 , 01:25   Autobuy unlock
Reply With Quote #1

Hi guys,

I've recently installed some plugin which uses register_clcmd to block autobuy commands such as cl_autobuy, etc.
Now I want to unblock all those stuff because autobuy is not working anymore, I tried to remove the plugin but it doesn't work.
Can you suggest me a way to fix that ?

here is the code:

PHP Code:
#include <amxmodx>

public plugin_init()
{
  
register_plugin("Bug AutoBuy Fix""1.0""NullWarez")

 
register_clcmd("cl_setautobuy","block")
  
register_clcmd("cl_autobuy","block")
  
register_clcmd("cl_setrebuy","block")
  
register_clcmd("cl_rebuy","block")
}

public 
block(id)
{
  return 
PLUGIN_HANDLED 
I'll appreciate any answer.
__________________


My dear Azerbaijan..
mrnt3250 is offline
SGT
Senior Member
Join Date: Sep 2011
Old 11-09-2011 , 01:28   Re: Autobuy unlock
Reply With Quote #2

What plugin blocks autobuy? I've been looking for it for a while.
SGT is offline
mrnt3250
Junior Member
Join Date: Dec 2009
Location: Dubai, U.A.E.
Old 11-09-2011 , 01:33   Re: Autobuy unlock
Reply With Quote #3

I've written the code. I just found it over the internet, it blocks the autobuy but I want to unblock it.
__________________


My dear Azerbaijan..
mrnt3250 is offline
mrnt3250
Junior Member
Join Date: Dec 2009
Location: Dubai, U.A.E.
Old 11-09-2011 , 01:47   Re: Autobuy unlock
Reply With Quote #4

I found the way to fix it, there was another version of the same plugin which was blocking it.
Moderators, please delete the topic if possible.
Thank you.
__________________


My dear Azerbaijan..

Last edited by mrnt3250; 11-09-2011 at 01:48.
mrnt3250 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 21:16.


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