Sunday, November 9, 2008

How to enable Restrict menu and Teleport menu in AMX Mod X

By default, the pluigns enabled in AMX Mod X are the following,
  • admin.amxx
  • adminhelp.amxx
  • adminslots.amxx
  • multiligual.amxx
  • menufront.amxx
  • cmdmenu.amxx
  • plmenu.amxx
  • mapsmenu.amxx
  • adminchat.amxx
  • antiflood.amxx
  • scrollmsg.amxx
  • imessage.amxx
  • adminvote.amxx
  • nextmap.amxx
  • mapchooser.amxx
  • timeleft.amxx
  • paucecfg.amxx
  • statscfg.amxx
  • statsx.amxx
  • stats_logging.amxx
  • amxmod_compact.amxx
  • pluginmenu.amxx
These are disabled by default,
  • telemenu.amxx
  • restmenu.amxx
  • miscstats.amxx
You can enable the Restrict Weapons Menu and Teleport Menu as described below,

Open addons\amxmodx\configs\plugins.ini. You will find a ";" in beginning of the line restmenu.amxx and telemenu.amxx. Remove ";" infront of both the lines and save the file. That's it, the menus are enabled. Now you can access the menu from the command "amxmodenu" in the console.

In this manner you can enable or disable any plugins with just a ";" in the beginning of the line in the plugins.ini file of AMX Mod X. This is not only in the case of the AMX Mod X, but also holds good for MetaMod plugins.ini file.

The Teleport Menu:


The Teleport menu lets the server teleport players from one point to another point with out killing them. Like this the players all can be brought to a single point. You can set the destination point while you are in spectating mode with free view state. Just select the destination point and put the players there. Only player alive at that instant can be teleported.

The Restrict Weapons Menu:


You can restrict the weapons to be bought at the buy time by adding them to restrict list. You can do this with the help of this menu. This menu will show you all the weapons. You just need to tap the number of the weapon to put that in restrict list.

1 comment: