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

[Req] Implement weapon changing event. #465

Closed
FoolHen opened this issue Feb 21, 2020 · 1 comment
Closed

[Req] Implement weapon changing event. #465

FoolHen opened this issue Feb 21, 2020 · 1 comment
Assignees
Milestone

Comments

@FoolHen
Copy link

FoolHen commented Feb 21, 2020

Currently we are using a game message that is triggered the moment a weapon is changed, but getting the weapon won't give you the new one until the weapon swapping time has finished. This means we have to do a timer to check again after a bit in order to get the correct weapon. We need an event that passes the newly selected weapon or slot if its possible, so we can update the UI without delay.

@paulhobbel
Copy link
Member

Implemented in 19963 as event Player:ChangingWeapon

@FlashHit FlashHit closed this as completed Nov 3, 2022
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

4 participants