Help with deathmatch
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Sep 06, 2005 10:30 am
- Location: florida
Help with deathmatch
Im trying to understand is this an AMX mod or Metamod? What the Hell do you use and how do you set it up? If anyone can help me on this please let me know.
It's an amxmodx plugin: http://files.nfoe.net/download.php?fnam ... dm_mod.zip
Inside of that zip file there's a readme that tesll you how to install it.
Installing
Inside of that zip file there's a readme that tesll you how to install it.
Installing
- CSDM Mod requires AMX Mod X with the ENGINE and Fun modules enabled. It was designed to run on Counter-Strike and will not work on any other mod (except Condition Zero).
To install the plugin file: Simply copy csdm_mod.amxx to your addons/amxmodx/plugins/ folder and add "csdm_mod.amxx" (without quotes) to addons/amxmodx/configs/plugins.ini.
To install the required modules: Open "addons/amxmodx/configs/modules.ini" and remove the semi-colon (";") from the lines with the engine_amxx.dll module and fun_amxx.dll module.
Make sure you also copy the folder "csdm" to your addons/amxmodx/config/ folder. It contains the predefined entity and spawn lists. RANDOM SPAWNING WILL NOT WORK OTHERWISE!