After disabling all sound hooks in other plugins, the sound hook works. It seems like a sound hook will block all other sound hooks regardless of whether or not one returns Plugin_Continue or not. It's as if the first plugin to hook sounds, is the only one allowed to. This would seem like a bug to me, as it could cause all sorts of conflicts.
EDIT:
Code:
01:27 <Striker> Ok, I made sure that it is indeed returning Plugin_Continue
01:27 <Striker> however, here's where it gets strange
01:27 <Striker> I made two plugins that use a soundhook, but, they both work without halting the other.
01:28 <Striker> and they function much the same way...
01:29 <Striker> Does it make a difference that the 2nd plugin relies on the Main? (ie. A Core Plugin with many Natives, and Modules for it.)
01:36 <Striker> Ok... after recompiling my main plugins and reloading it again... it works
01:37 <Striker> Even though no changes were made
01:37 <Striker> I'm confused as fuck, but I'm satisfied.