Quote:
Originally Posted by HamletEagle
Because if some plugin is messing with ScoreAttrib your code logic will fail. Just use hamsandwich.
|
Aha,So it will work just only when the plugin was the first when hooking this message.. ok thank you
Quote:
|
Originally Posted by georgik57
Because it's a message.
Messages can be blocked, so if your plugin isn't the first in the list, the other plugins might block it and the hook won't trigger.
As for events, as far as I understood, they're some kind of post-messages and cannot be blocked(someone correct me if I'm wrong).
|
Thank you too