edgegamers / Jailbreak

The classic Jail gamemode, ported to Counter-Strike 2.
https://bug.msws.xyz/agiles/168-3/current
GNU General Public License v3.0
29 stars 8 forks source link

Fixes and Enhancements: mp_death_drop_gun, Auto-Open Cells, Spawn Management, and !open Command #289

Closed MSWS closed 2 months ago

MSWS commented 2 months ago

PR Description

This pull request addresses multiple issues in the Jailbreak project:

  1. Issue JB-42: Fixes the issue where mp_death_drop_gun was not properly set on special days such as noscope and gun game days. The value mp_death_drop_gun is now correctly set to 1 on these days.

  2. Issue JB-11: Implements the feature to automatically open cells, enhancing gameplay by streamlining cell management.

  3. Issue JB-29: Ensures that spawns are not generated if a player is invincible or during special days, preventing unintended spawn issues.

  4. Issue JB-13: Modifies the !open command to display the user who executed the command, aiding in better tracking and accountability for cell openings, especially useful for admin and MS actions.

Each of these updates improves functionality and user experience in the game.