The paths.ini file in your addons\amx\config folder stores the location and name for the different components of AMX. This file is useful if you run multiple servers from a single folder and want to run different AMX configurations for each. This is what the default paths.ini file looks like:
An example would be running two instances of Counter-Strike from a single install folder. However each CS server may require very different configurations and plugins. If we wanted to change the location of the AMX logs folder, and use a different AMX plugins.ini file, we would make a change similar to this:
In the example above we edit the name of the file and folder to reflect the port in which the second server is running on, but any name will do.
To specify a different paths.ini file for your server, copy the paths.ini file to a different name such as paths_27016.ini. Then you need to add this to your shortcut or startup script: