A Plugin is a software add-on that is installed onto the server, which provides additional features to the Game.Basically, a plugin is nothing but a pre-written program that enhance the features of the server and makes the game more interesting . Apart from it some people hate the plugins because they change the real game,make it unrealistic and more easy also the more you add the plugins the more you increase the size of your server which can cause server lagging. Anyway, lets start the installing of the plugins:-(Follow the steps)
extension (e.g. admin.amxx) and paste the name in the end of plugins.ini file (located in cstrike/addons/amxmodx/config/ folder).
- First of all, you need a .amxx file or .sma file of that particular plugin which you want to install on your server.
now question arises ,what is .amxx and .sma files??
Actually, .amxx file is the compiled version of .sma file means you can edit the functions of your plugin in .sma file by simply open it in wordpad or notepad .Here is the huge data base of plugins, you can download your plugin files from here. - After downloading the plugin files paste .amxx file in cstrike/addons/amxmodx/plugins/folder of your server and paste the .sma files in cstrike/addons/amxmodx/scripting/ folder of your server.
- Now to make the plugin working you have to copy the plugin's name with .amxx
cstrike/addons/amxmodx/data/lang/<folder>.
Note:- If your server is on running state while installing the plugin then you should have to restart your server to make the plugin working.