[b]Doesn't require SPE, uses default ES/Library commands.[/b]
Allows players to choose weapons from a "guns" menu with the ability to:
[list][*]Select New Guns
[*]Select Previous Guns
[*]Select Same Weapons Every Time[/list]
Server Owners can modify what guns go in the Primary/Secondary Guns Menu by modifying the primary_guns.txt or secondary_guns.txt located in the ../cstrike/cfg/undeads_deathmatch/ folder.
Contains a Spawn Protection System that's disabled by default.
Allows Server Owners to specify protection time and freeze player specified in the config.cfg
..cstrike/cfg/undeads_deathmatch/config.cfg:
[code]
// 0 = Disabled Spawn Protection, 1 = Enable Spawn Protection
udm_spawn_protection "0"
// Seconds of Spawn Protection
udm_spawn_protection_time "5"
// 0 = Disabled Freeze during Spawn Protection Time, 1 = Enabled
udm_spawn_protection_freeze "0"
[/code]
Installation
Extract files to your [b]../cstrike/[/b] directory.
Add the following lines to your autoexec.cfg:
[code]es_load undeads_deathmatch[/code]
Version Notes For 1.1
Updated on: 2010-07-07 01:07:37 EST by Undead (View Zip Contents)
Added a config.cfg file in ..cstrike/cfg/undeads_deathmatch/ directory.
Added Spawn Protection System.