This section describes how to compile plugins yourself. This is sometimes useful if you find a plugin that is only offered as source code, or if an update to AMX requires that your plugins be recompiled using the current release.
If you see that, then success! You will find the compiled plugin in the amx\examples\compiled folder now with a .amx extension. Now install the plugin by moving it to your addons\amx\plugins folder and making the appropriate edit to your plugins.ini file. If you received errors or warnings when compiling, check out the tips section below.
Alternatively you can drag the .smaCan't see the file extension?
Open My Computer > Tools menu > Folder Options > View tab > uncheck Hide file extensions for known file types then re-check the file name. files onto the compile_drag&drop.bat for quick plugin compiles. It will create the compiled plugin with a .amx extension in the examples folder.
If you see that, then success! You will find the compiled plugin in the amx\examples\compiled folder now with a .amx extension. Now install the plugin by moving it to your addons\amx\plugins folder and making the appropriate edit to your plugins.ini file. If you received errors or warnings when compiling, check out the tips section below.
Note: you can also use the provided Shell script ./compile to get all your plugins compiled at once. They will be placed in the amx/examples/compiled folder.