K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
27 stars 1 forks source link

Support for not earning points during warmup #12

Closed crashzk closed 8 months ago

crashzk commented 8 months ago

It would be interesting to add support for activating and deactivating the option to earn points during warmup.

K4ryuu commented 8 months ago

Greetings, Thank you for the feedback. The feature has been implemented in the https://github.com/K4ryuu/CS2_SimpleRanks/commit/b91a6f67974e09f2bf6d716c44f3691c4863cf99 commit. The latest release also contains the patch.

Best Regards, K4ryuu