Description
Aidden's DEATHMATCH
features -
guns menu
admin menu
and everything in the settings
basically its like the cssdm addon for sourcemod.
has all the same gun selections.
requires - schuubal auth for mani admins to use the admin otherwise any other auth provider
settings -
//######################################\\
//#Aidden's Deathmatch Config \\
//#v1.0 \\
//######################################\\
//#################\\
//Announce \\
//#################\\
//Announce this script is loaded 1 = on, 0 = off
adm_announce 1
//#################\\
//Commands \\
//#################\\
//Command to open the admin menu
adm_command "adm_admin"
//Command to open the guns menu if adm_gunsmenu is enabled
adm_gunscommand "guns"
//Say !random to recieve random weapons 1 = on, 0 = off
adm_sayrandom 0
//#################\\
//Spawning \\
//#################\\
//Respawn 1 = on, 0 = off
adm_respawn 1
//Random spawn points 1 = on, 0 = off
adm_spawnpoints 1
//Delay in seconds before a player respawns
adm_respawndelay 0
//How many seconds a player is protected from damage after spawn
adm_spawnprotect 0
//Spawn protect colour 255 = normal, 0 = none
//red green blue
adm_ct_protect_colour "0 0 255"
adm_t_protect_colour "255 0 0"
//#################\\
//Round Settings \\
//#################\\
//Stop the winlimit, roundtime, time limit, max rounds and frag limit from ending the round 1 = on, 0 = off
adm_partialnoend 1
//Nothing ends the round 1 = on, 0 = off
adm_noend 0
//#################\\
//Weapons \\
//#################\\
//guns menu 1 = on, 0 = off
adm_gunsmenu 0
//Restricted weapons
//Seperated by , or ; or a space
//usp,glock,deagle,p228,elite,fiveseven
//m4a1,ak47,aug,sg552,galil,famas,scout,sg550,m249,g3sg1,ump45,mp5navy,m3,xm1014,tmp,mac10,p90,awp
adm_restricted ""
//Unlimited ammo 1 = on, 0 = off
//WARNING - after changing this the script needs to be reloaded
adm_unlimitedammo 0
//Armor on spawn 1 = on, 0 = off
adm_armor 0
//Grenades on spawn 1 = on, 0 = off, -1 = unlimited
adm_hegrenade -1
adm_flashbang -1
adm_smokenade -1
//Allow weapon drop 1 = on, 0 = off
adm_allowdrop 1
//#################\\
//Entity Removal \\
//#################\\
//Remove dead bodies 1 = on, 0 = off
adm_removebodys 1
//Delay before bodies are removed
adm_bodydelay 3
//Remove weapons on the ground 1 = on. 0 = off
adm_removeweps 1
//Delay before weapons are removed
adm_weapondelay 3
//Remove C4 1 = on, 0 = off
adm_removec4 1
//Remove hostages 1 = on, 0 = off
adm_removehostage 1
//Remove bomb sites 1 = on, 0 = off
//not working
adm_removebombsites 1
//Remove buy zones 1 = on, 0 = off
//not working
adm_removebuyzones 1
//#################\\
//Other \\
//#################\\
//All on all deathmatch 1 = on, 0 = off
//uses random spawn points
adm_allvall 0
Version Notes For 1.25
Updated on: 2008-12-24 03:11:32 EST by aidden (
View Zip Contents)
- fixed spectators getting weapons
- fixed not spawning and having to
type !spawn
- changed the way it gives weapons
to players to a more reliable way
- added in the option to use an auth
provider or set admins in the
config
- moved config to
cfg/adm/adm_config.cfg
- added announce setting
- added the ability to change the admin and guns menu
commands
- added spawn protect colour setting
- added a nade setting to allow unlimited nades
- added c4 removal setting
- added hostage removal setting
( Previous Versions )