TweaK
Premium Member
We installed AMX on our server, and we can't un-restrict rebuy and autobuy. I can't find the code/values for it. Help?
I copied this from a thread in amx forums .You can enable them back by commenting out these four lines in restmenu.sma:
Code:register_clcmd("cl_setautobuy","blockcommand") register_clcmd("cl_autobuy","blockcommand") register_clcmd("cl_setrebuy","blockcommand") register_clcmd("cl_rebuy","blockcommand")