Wednesday, December 17, 2008

Call of Duty 4 Mod Plugin for AMX Mod X in Counter Strike 1.6

Call of Duty 4 Mod has been available for AMX Mod X to change the game play of Counter Strike 1.6. In this mod, a Grenade is dropped just after a player is killed. This grenade can damage the enemies and kill them.

The Plugin can be downloaded from amxmodx official website. The plugin once downloaded needs to be installed in the AMX Mod X installed in Cointer Strike 1.6 previously.

  1. Just place the source file .sma of the plugin in cstrike\addons\amxmodx\scripting\ folder.
  2. Now run the compile.exe file in the same scripting folder.
  3. The out put file will be placed in compiled folder.
  4. It will be named as the source file and the extension as .amxx.
  5. This file should be placed in the plugins folder of amxmodx folder.
  6. Now in amxmodx\configs\ folder, you can see a file named plugins.ini.
  7. Now add a line, the name of the .amxx file including .amxx, at the end of the file.
  8. Now go to, amxmodx\configs\ folder and open modules.ini file
  9. Remove any semi-colons in front of the line containing these words Fakemeta and Hamsandwich
  10. Doint the above step will enable the two modules
  11. If the Semi-Colons are put, then the modules will be disabled.
  12. Just run the game, and the plugin will be loaded.

See the commands which are used to control this mod. The commands will be given at the same page where you are downloading the package.

The commands for the Call of Duty 4 Plugin are

  • md_on - enables or disable the plugin
  • md_hasgrenade - drop grenade only when players have it or always
  • md_grenades - HE grenade, Flash, Smoke also can be included
  • md_mult - number of times the normal damage to be done by a grenade

The desciption for each command is given in the alliedmods website.

2 comments: