Compiling plugins is very easy. It's a requirement to do so if you plan on running any custom plugins at all. Pre-compiled plugins are available, but as AMX gets upgraded you are almost always required to recompile your plugins. Alternatively, you must download a new version of all your custom plugins compiled for the newer version of AMX.
This also can be a tiring if Olo starts putting out alot of beta's and you're trying to keep up. It's almost certain the plugin authors will rely on people to just recompile their plugins rather than releasing a compiled version for every final and beta release of AMX.
If you see that, then success! You will find the compiled plugin in the addons\amx\examples\compiled folder now with a .amx extention. 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.
If you see that, then success! You will find the compiled plugin in the addons\amx\examples\ 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 compiled folder.