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

csgo update broke buymenu (and cstrike ext I believe) #1405

Closed
xSL0W opened this issue Dec 18, 2020 · 3 comments · Fixed by #1406
Closed

csgo update broke buymenu (and cstrike ext I believe) #1405

xSL0W opened this issue Dec 18, 2020 · 3 comments · Fixed by #1406

Comments

@xSL0W
Copy link

xSL0W commented Dec 18, 2020

Help us help you

  • [yes ] I have checked that my issue doesn't exist yet.
  • [ yes] I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible.
  • [ yes] I can always reproduce the issue with the provided description below.

Environment

  • Operating System version: debian 10
  • Game/AppID (with version if applicable): 730 (csgo)
  • Current SourceMod version:
  • SourceMod Version: 1.10.0.6501
    SourcePawn Engine: 1.10.0.6501, jit-x86 (build 1.10.0.6501)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Dec 4 2020 09:20:55
    Built from: 051f42c
    Build ID: 6501:051f42c
  • Current SourceMod snapshot:
  • Current Metamod: Source snapshot:
  • Metamod:Source version 1.11.0-dev+1143
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Aug 19 2020 14:56:55
    Built from: alliedmodders/metamod-source@b8d1fd4
    Build ID: 1143:b8d1fd4
    http://www.metamodsource.net/
  • [yes ] I have updated SourceMod to the latest version and it still happens.
  • [no ] I have updated SourceMod to the latest snapshot and it still happens.
  • [no ] I have updated SourceMM to the latest snapshot and it still happens.

Description

Problematic Code (or Steps to Reproduce)

Buy a weapon from buymenu. ( https://live.staticflickr.com/65535/50732359182_79fc7be539_o.gif )
and it will be dropped on the ground

https://forums.alliedmods.net/showthread.php?t=329306

@yourmnbbn
Copy link
Contributor

Seems that it will cause this kind of problem when you have CS_OnBuyCommand forward in one of your plugins. I have the same problem too. When I removed the plugin using this forwards it works fine.

@xSL0W
Copy link
Author

xSL0W commented Dec 18, 2020

smoke#5694 posted a commit on discord. tested it and it works now.
komashchenko@82ad25c

@asherkin asherkin linked a pull request Dec 18, 2020 that will close this issue
@asherkin
Copy link
Member

Thanks for the report, and komashchenko for the fix. This is fixed in master and 1.10-dev now.

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

Successfully merging a pull request may close this issue.

3 participants