Closed rivit98 closed 4 years ago
About CSX, there is "dummy" version of this module is provided with plugin. I didn't specify it in README, but it must be used instead default CSX module and that's why it's also included in every release. It can be replaced, but firstly UltimateStats need to register csx library.
Proper support for customweapon / xmod_ natives would require dynamically adding new fields to database tables - which of course can be done, but I don't think that it's really worth it, because those are rarely used in general. Despite that, it's a good idea to actually partially implement them to use only with default weapon for compatibility with some plugins (and throw errors in other cases).
If CSX is running and ultimate_stats too then forwards (like client_death, bomb_planted) are called twice.
Posible solution:
Also, if this is replacement for CSX it should also support customweapon and xmod_ natives or just display information about lack of support.
EDIT: Oh, I haven't noticed .so module (because I tested it on Windows), my bad.