We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When attempting to run .detonate in the in-game console without holding the detonator item, an error is produced.
.detonate
To Reproduce Steps to reproduce the behavior:
Expected behavior The C4 charge detonates.
Server logs There are no error logs in the server's console, but this shows in the in-game console:
EXILED Version ("latest" is not a version): Exiled.Loader:4.1.6
Exiled.Loader:4.1.6
Results of show plugins command in console: https://paste.hep.gg/gymub.yaml
show plugins
Additional context It should probably show a message saying "You don't have the detonator (Radio) in your hand!" if it is enabled.
The text was updated successfully, but these errors were encountered:
You might have the config on that requires the player to have a radio on them. Check the C4 config and make sure require_detonator is set to false
Sorry, something went wrong.
I did notice this fact afterwards. Thank you! I would like to see maybe a message saying that they don't have the required item though.
Yeah, I had the same issue when I started using this plugin, that would also be cool if it told the player they need the specific item
joker-119
No branches or pull requests
Describe the bug
When attempting to run
.detonate
in the in-game console without holding the detonator item, an error is produced.To Reproduce
Steps to reproduce the behavior:
.detonate
in the consoleExpected behavior
The C4 charge detonates.
Server logs
There are no error logs in the server's console, but this shows in the in-game console:
EXILED Version ("latest" is not a version):
Exiled.Loader:4.1.6
Results of
show plugins
command in console:https://paste.hep.gg/gymub.yaml
Additional context
It should probably show a message saying "You don't have the detonator (Radio) in your hand!" if it is enabled.
The text was updated successfully, but these errors were encountered: