A metamod plugin for Surf Combat CS2
Requirements
Win-64
git clone https://github.com/mEldevlp/surfcombat-metamod-cs2.git
cd surfcombat-metamod-cs2
git submodule update --init --recursive
Linux
git clone https://github.com/mEldevlp/surfcombat-metamod-cs2.git
cd surfcombat-metamod-cs2
git submodule update --init --recursive
mkdir build && cd build
CC=gcc CXX=g++ python3 ../configure.py --hl2sdk-root "../" -s cs2
ambuild
Features
- [x] Red and Blue player models
- [x] Spawn protection 10 seconds
- [ ] Commands
- [x] !hide - teammates hide
- [ ] !legs - hide player legs
- [x] !rs - reset score
- [ ] Admin
- [ ] Each kill gives you 10-5 HP with green(or any) screen fade (and mb force reload gun without anim)
- [ ] !kick or \
- [ ] !ban or \ <time in seconds (-1 for perm)>
- [ ] !gag or \ \
- [ ] !map \
- [ ] Rock The Vote
- [ ] Chat player prefix
- [ ] Rank System (Silver-I to Global Elite)
- [ ] Rank will shows in tab or as prefix in chat
- [ ] Any benefits of achieving a high rank
- [ ] Rating leaderboard?
- [ ] Events
- [ ] It will show how much damage you have done (print alert or chat)
- [ ] After death, it will show who you killed and how much damage you did
- [ ] !ws?
- [ ] Purchase of privileges via GameCMS or tg bot
- [ ]
User Menu?