Quote:
Originally Posted by Fuck For Fun
There debug, and I received no error and nothing appears.
|
Debugging isn't only "putting 'debug' after your plugin in plugins.ini" and looking for errors. It's looking for inconsistency, tracking down where the data is incorrect and then where that data is not being set correctly etc. You need to find out what function is giving you the group status first then find out why it gave you that group status. Once you find that out, you need to track down where that 'status' is being set incorrectly (or not being unset correctly in your case).
Debugging usually involves outputting data at various steps in the process to make sure that it is what it is supposed to be. Some people use log functions, I use server_print().
If you are still having issues after trying to track down the issue, please attach your WHOLE .sma file WITH your debugging messages included.
__________________