feedburner
Enter your email address:

Delivered by FeedBurner

Installing An AMX MODX Plugins

Labels:

Hi guys in this post I will be telling about the steps required for installing an AMX MODX plugin. Before starting I assume that you already know what is AMX MODX. So lets start with plugins, plugins are small codes or programs written to do some special function in the game for example the Ultimate Sound plugin plays special sound on special events in game. So when you download a plugin you are provided with various files, all you have to do is to place the files in their respective folders provided in cstrike/addons/amxmodx a list of file types and the folder in which is should be kept is given below.

File Type Directory
*.amxx cstrike/addons/amxmodx/plugins
*.sma cstrike/addons/amxmodx/scripting
*.cfg cstrike/addons/amxmodx/configs
*.txt cstrike/addons/amxmodx/data/lang

After placing the files in respective directories all you have to do is to open the plugin.cfg file located in cstrike/addons/amxmodx/configs and add the name of the plugin (the name of the .amxx file) at the end of the file.

You can find Plugins at :

http://www.amxmodx.org/compiler.php

NOTE: The entry in the plugin.cfg file should be exactly same as the name of the .amxx file if not then it will not work.



0 comments:

Post a Comment