Laptop refund suggestionSolved

When attempting to hack a crate spawned by the Guarded Crate plugin, if the crate still has guards present, the Guarded Crate plugin will prevent hacking the create. When this happens, the laptop is still taken. Desired behavior: If another plugin prevents hacking the crate, the laptop should not be taken.

Unless he provides an interface, it is difficult to support

You could delay consuming it until the OnCrateHack hook, but that hook doesn't have the player, so it's a little more work for the plugin. Another option may be to wait a frame and then check if the crate is being hacked.

Locked automatically