AMX Help

TweaK

Premium Member
Joined
Jan 23, 2003
Messages
11,126
Reaction score
0
Location
Nelson BC STILL
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?
 

intel

Premium Member
Joined
Nov 9, 2002
Messages
552
Reaction score
0
Location
Azeroth
if you have rcon access, use hlsw and go to the console section and do amx_help, then amx_help 11,amx help 21 etc until you find the unstrict command.. or if you have admin on the server, join the server and do the same thing
 

intel

Premium Member
Joined
Nov 9, 2002
Messages
552
Reaction score
0
Location
Azeroth
oh i see, i duno man you could check amx forums, ill checkem later today and edit this post with any results

EDIT:
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")
I copied this from a thread in amx forums :).
 
Top