Page 1 of 1

[CS:GO] Deathmatch

Posted: Sun Jan 26, 2020 3:21 pm
by Andreeas
I created this plugin for personal use on my own FFA Deathmatch server, what I like about it is the simplistic code & it's easy to edit. I sure know there's a lot of deathmatch plugins out there, but I like my plugins created by me or for me. I'm planning on adding convinient cvars that let's you control the plugin outside of the .sp file. I first got some problems with the gun menu & remove weapons feature on spawn. It didn't hit me before that you could use smlibs Client_RemoveAllWeapons feature. All problems seem to be fixed, no errors, no warnings while compiling, also no error logs from it. It's working fine and there's no need to add any external deathmatch configuration files, every servercommand is in the plugin already. If you feel like configuring the commands a bit, just open up the .sp file and go for it. Let me know if you find any bugs/errors, until then. Cheers!
Todo list:
- Add cvars.
- Make the guns apply on spawn instead of when you type them.
- Add menu features, such as last weapons used & use same weapons every round.

Commands:
!guns / !gun - open gun menu.
Updates: Players cannot pick up weapons from the ground, changed the menu names & shit. Added unlimited menu time. Fixed alltalk & mp_freearmor 1.
SMX File
Download
Source