Doesn't require SPE, uses default ES/Library commands.Allows players to choose weapons from a "guns" menu with the ability to:
- Select New Guns
- Select Previous Guns
- Select Same Weapons Every Time
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"