How to use harmonySolved

How do I use Harmony or Gates (https://umod.org/guides/the-basics/gates)?

When I was trying to write a patch, I geting Oxide Sandbox error. Then I disabled it according to the documentation, but the plugin still doesn't get the right Harmony reference when compiling.



Also, I was unable to use Gates from the documentation, as I could not reference to them either.

I need a hook when player activating Noclip, there are no other options besides the patch.

The guides are for uMod, not Oxide. Harmony isn't supported by us, but I'm sure there are some that can help guide you with that.

The main thing you'll need is the reference though. So at the top of your plugin, you'd add:

// Reference: 0Harmony

Locked automatically