Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice mode on, after death can not buy grenades again #211

Open
Trampasi opened this issue Oct 30, 2021 · 1 comment
Open

Practice mode on, after death can not buy grenades again #211

Trampasi opened this issue Oct 30, 2021 · 1 comment

Comments

@Trampasi
Copy link

Actual behavior

Practice mode on, after death can not buy grenades again. The game announces that you can only buy one grenade. This problem came with the last server update.

Steps to reproduce

  • Plugin version:1.3.3
  • Sourcemod version: 1.10.0.6522
@splewis
Copy link
Owner

splewis commented Oct 30, 2021

This was caused by a recent CSGO updated.

The fix is to add these lines to your addons/sourcemod/configs/practicemode.cfg file:

"mp_drop_grenade_enable" "0"
"ammo_grenade_limit_default" "9999999"
"ammo_grenade_limit_flashbang" "9999999"
"ammo_grenade_limit_total" "9999999"

The latest release, 1.3.4 includes the fix in its default config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants