-
Notifications
You must be signed in to change notification settings - Fork 739
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
Disarming - Add quantity to ace_disarming_dropItems
event
#8232
Conversation
ace_disarming_dropItems
event now return the shown right text in the item
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this text anyways? What does it represent?
It represent the number of items take by the player |
Co-authored-by: jonpas <jonpas33@gmail.com>
Should we convert it to a number then? Right now it's a string number which makes no sense. |
I don't know if this could be something else |
The number of items removed should be show as number and not as text
ace_disarming_dropItems
event now return the shown right text in the itemace_disarming_dropItems
event
When merged this pull request will:
ace_disarming_dropItems
event now return the number of items removedStory from slack:
I am looking for an event fired when you remove items from a prisoner
I found this one but it doesn't return the number of items removed
ACE3/addons/disarming/functions/fnc_openDisarmDialog.sqf
Line 44 in 76676ee
The number of items to be removed is determined here I guess: https://github.com/acemod/ACE3/blob/76676eee462cb0bbe400a482561c148d8652b550/addons/disarming/functions/fnc_disarmDropItems.sqf
So I am considering adding a new event here but it doesn't look as easy as I was expecting