Ads by Google

Attention

Dear readers some features of this website is not working in mobile webpage view. So please I'm requesting you to configure your mobile webpage to desktop view, then all features of this website will work properly.

Friday, 22 May 2015

HOW TO CREATE A COUNTER STRIKE 1.6 SERVER Part 10: Installing and uninstalling plugins

In this part I’ll discuss about how to install 3rd party plugins. This part is very easy. Every 3rd party plugins comes with proper installation process. Just follow them nothing else. In this part I’ll mention the basic stapes.

Step 1: Some plugins comes with some supporting file(s), plugin publisher will also provide that file(s). Just put them in proper location(s).

Step 2: Plugins generally comes with .amxx extension. If you found .sma extension i.e. it’s a source file of a plugin and you have to compile it. In that case click here to compile your plugin.

Step 3: Place the plugin's .amxx file in the addons/amxmodx/plugins folder.

Step 4: Add the plugin's name to addons\amxmodx\configs\plugins.ini.
Example: myplugin.amxx

Step 5: Change map or restart the server. If the plugin has any load errors, click here to see AMX Mod X Troubleshooting.

You can also delete or uninstall the plugins

Step 1: Remove the entry from addons\amxmodx\configs\plugins.ini by deleting it or prepending a semi-colon to comment it out.

Step 2: Delete any associated file(s).

Hope this post will help you. If you have any question feel free to ask. You can post your question(s) in comment section I’ll answer them. You can also post your valuable comments. Thank you.

2 comments :

  1. Thank you! Your posts about HLDS are really helpful :)

    ReplyDelete
    Replies
    1. Thank you for your valuable feedback. It'll encourage me to write such tutorials. :)

      Delete

Back to Top