21.11.2015, 11:07
@mk124, yeah, that solved my problem, thank you ![Smiley](images/smilies/smile.png)
Also, I was curious and tried this code to check if the AmxLoadEvent is being occurred:
In onEnable():
And there were no messages matching this: "AmxLoadEvent called", maybe there is a problem with this event?
![Smiley](images/smilies/smile.png)
Also, I was curious and tried this code to check if the AmxLoadEvent is being occurred:
In onEnable():
PHP Code:
eventManagerNode.registerHandler(AmxLoadEvent.class, e -> {
getLogger().info("AmxLoadEvent called");
});