Q: I downloaded the AMX compression package (automatic installation package). How to install it?
A: For manual installation, please overwrite the files in the installation package directory to the same folder of your HLSERVER or CS; automatic installation package is simpler. Select your CS directory, which will allow you to customize the OP settings. After installation, you can log in to the host you have established as an OP on the installed machine. (If it is a host created with a game-readable version of CS)
Q: I want to add or delete an OP account myself. How to do it?
A: Please read the settings in the amx directory carefully and check the "concise user manual" written by becking. You can also find answers in the essence of this forum and use the search function to find answers.
Q: Why can't I log in to the server after setting up an Op account?
A: First, please make sure that all your IDs and passwords are set correctly, and then check whether the config login setinfo information of your login machine is correct. Please refer to the Chinese translation of the admin file and the "concise user manual". You can also use the forum search function to find answers.
Q: How do I do if I want to add or delete a plug-in by myself?
A: This question will not be replied to. Please check the "Concise User Manual" yourself for detailed instructions.
Q: I think AMX has new features, how to do it?
A: The new function requires the support of new plug-ins. Please go to/here to find the plug-ins you need and install them.
Q: Can AMX plug-in be used in the competition server? Will the operation of many plug-ins disrupt the progress of the competition?
A: The answer is yes. AMX's game plug-in is one of its highlights. First, check whether you have installed the amx_match_deluxe plug-in. If installed, you can use its game function to fully automate the game. During the game, all plug-ins that affect the game will be forced to be closed by AMX, and the plug-in will be automatically suspended after the game is over. The highlights of related questions are explained in detail, please use the search function.
Q: I hope to customize some plug-in functions, how to do it?
A: The source code of all default plug-ins and additional plug-ins has been placed in the example directory in the amx directory since the 0.9.3 beta2 version. Please open it with the text editing tool (writing version and other editing tools) to view it. If you understand the computer language, you can make relevant custom modifications. If you don’t understand, you can post a post to this version to inquire.
Q: Many plug-ins in my AMX cannot run, how to do it?
A: First of all, please use the search function to find posts about related questions. If there is no answer, please post the screenshot or text information of the plug-in error (preferably a picture) to identify where the error occurred. I don’t have a clairvoyance to see the running status of your computer.
Q: Can AMX run with other plug-ins (such as clanmod/adminmod/hlguard/C-D)
A: AMX can be used with other plug-ins, but if there is statsme on the server, all sounds and subtitle broadcasts will appear repeatedly (but AMX is more stable, powerful and flexible than statsme)
Q: I have other problems that need to be solved, how to do it?
A: First of all, please use the forum search function to search for relevant answers. If it doesn’t work, please post and ask.
Q: After AMX is running, "[AMX] Unavailable Native Functions ()" appears. For example: [AMX] Unavailable native functions (plugin "") , how to solve it?
A: When the HLDS window displays the words "[AMX] Unavailable Native Functions ()" in the HLDS window, it means that the function required for this plug-in to run cannot be provided, and the related functions are provided by modules in AMX. When the required modules required for this plug-in are not started normally or installed, it will not be able to run the plug-in and start the plug-in. For example, when running, the module csstats_ms.dll (csstats_ms_i386.so under linux) must be run normally.
You can enter the: meta list or amx modules command in the console or HLDS window to check whether all the necessary modules in metamod and AMX are running normally. For example, if there is a problem, please check the boot file cstrike/addons/amx/ file of your module plug-in. Please check whether the relevant module has been commented before, and also check whether the file must be run normally when starting. Whether all paths are correct. After modifying, save and restarting the server problem can be solved.
Q: Why does the server down when I use the weapon plug-in function to give players weapons?
A: That is not a problem with AMX, it is a problem with the weapon plug-in. If you give players more than 3 weapons at a time, the server will not be able to respond and the server will hang up by itself. Try not to use this feature. When using the monster plug-in with AMX, if you open the monster too much in the monster settings file, it will also cause the server to hang up, because some monsters are not open in the 3.0.0 version, and too much is opened, it will also cause the server to be unable to respond. By default, I only open two monsters, please take it as a warning.
Q: Why do sometimes the server prompt message "Reliable Channel Overflow" appear?
A: If your server has too many welcome information, sometimes you will see this message prompt. This is because in addition to running AMX, you are also running server plug-ins such as Clanmod, Adminmod, etc., and these mods have their own connection welcome information. It is best to deactivate all of these welcome information to solve this problem.
Q: Why is the server well established and everything runs normally, but a prompt message "FATAL ERROR (shutting down): Tried to create a message with a bogus message type ( 0 ) " and the server will automatically shut down?
A: It may be because there are too many DLL files booted in the file. Please change the gamedll to boot other DLLs and remove this problem. If you need the server to support pods, please add directly to the file: +localinfo mm_gamedll podbot/ The server can automatically add the robot. Please put the boot information of the CD in the file behind the AMX boot when installing the CD anti-cheating.
Q: Why does it prompt that the file cannot be found when installing the automatic installation version, but I obviously have it?
A: The default automatic installation version will look for files in the cstrike folder. You create a new text document and change it to... There is a question about this step. Are you sure that you have correctly changed the file suffix name to INI format? If it is 98, please click on the folder option, remove the hook hidden in the viewing tag with known file extensions, and then change the suffix name to make it possible. Otherwise, the file you changed is still a text document. Of course, it will not be installed well, the XP method is the same.
Q: Why do I use the TOP15 commands to view the rankings on the server but say that this function is disabled by the administrator?
A: The data display function of statsme brought by amx, such as how much blood a player hits someone else after death, which part of the player's part of the blood he hits after death, and the player's say:/top15 say:/hp and other statsme functions are not turned on by default. Of course, you cannot view it. Please use the command to log in to the server with the highest permissions: amx_statscfg command to open the statsme function setting option. Turn all off options into on and press 8 to save. You can use it.
Q: How to refer to your own permissions and how to know that your AMX is running normally?
A: Enter the command:amx_who in the console and you can see your permissions.
Please enter: Taking the server made by this machine as an example, please enter amx plugins to check whether all plugins are running in a running state, then enter amx modules to see if all modules are running normally, and meta list to see that all meta devices are running normally. If it is remote control, please remember to enter rcon_password first and add rcon before all commands!