// This is a script to select a few favorite weapons in a deathmatch mod server, by pressing the buttons I will list later after you die if you have the deathmatch menu enabled you will select that weapon automatically :D // Copy everything after this line until I say to stop into your autoexec alias "deathmatchak" "slot1; slot3; slot2" bind "f12" "deathmatchak" // that will get you an ak and a deagle by hitting f12 with dm menu enabled after dying alias "awpindeagle" "slot1; slot3; slot7; slot2" bind "f11" "awpindeagle" // That will get you an awp and a deagle by pressing f11 after dying and having the dm menu enabled alias "m249elite" "slot1; slot5; slot7; slot4" bind "f9" "m249elite" // That will get you Dual elites and an m249 (para) // ---Dont copy this line, you're finished!--- That is just a few buttons to hit when you have the dm menu enabled after you respawn. If anyone wants me to write a dm weapon script personally for them, feel free to add me on xfire or steam @ dylanm666 or fpsb @ dylanm666 as well. Enjoy!