16.08.2014, 11:49
now that's weird...
seems like that pwn isn't getting included at all.
try this, comment all the other modules except of the callbacks.pwn
and see if the debug msg shows.
you might've messed up somewhere in the other scripts
you could also try including callbacks.pwn as 1st module and then load all the others.
if the msg shows after this, then you messed up somewhere in one of the other scripts
btw. you have to recompile the main.pwn when you edit a module as these aren't like filterscripts.
the contents of these modules get added to main.pwn where you "#include" ed them before actual compilation.
meaning you can't edit them without recompiling your main.pwn
But i bet you already knew that, just in case.
seems like that pwn isn't getting included at all.
try this, comment all the other modules except of the callbacks.pwn
and see if the debug msg shows.
you might've messed up somewhere in the other scripts
you could also try including callbacks.pwn as 1st module and then load all the others.
if the msg shows after this, then you messed up somewhere in one of the other scripts
btw. you have to recompile the main.pwn when you edit a module as these aren't like filterscripts.
the contents of these modules get added to main.pwn where you "#include" ed them before actual compilation.
meaning you can't edit them without recompiling your main.pwn
But i bet you already knew that, just in case.


