- Below you can see a library test log. Since this is an open-sourced library, I've decided to make this test log thing so I can log my progress and that progress is now available to everyone.
NOTE: This version of the library is a BETA version and is really unstable.
WARNING: I started test logging program on 13 Jan 2022.
- Tested by: DEntisT-ofc
- Version: 1.5.2
- System is really unstable.
- System sends fake cheating reports with cheat types: CHEAT_TYPE_HEALTH, CHEAT_TYPE_ARMOUR and CHEAT_TYPE_SKINCHANGER.
FadePlayerScreen(...);
is not working.FadePlayerScreen(...);
still callsOnPlayerScreenFade(...);
callback, although that did not happen.
- Tested by: DEntisT-ofc
- Version: 1.5.5
- System still sends fake cheating reports with cheat type CHEAT_TYPE_HEALTH.
FadePlayerScreen(...);
is not working.FadePlayerScreen(...);
still callsOnPlayerScreenFade(...);
callback, although that did not happen.
- Custom prefixed commands aren't working as before for some reason. Any prefix provided will still call the command.
- Tested by: DEntisT-ofc
- Version: 1.5.6
- System is more stable than before but it still has problems and bugs.
- System sends fake cheating reports with cheat type CHEAT_TYPE_HEALTH.
FadePlayerScreen(...);
is not working.FadePlayerScreen(...);
still callsOnPlayerScreenFade(...);
callback, although that did not happen.
- Fixed the issue with custom prefixed commands processor.
- Tested by: DEntisT-ofc
- Version: 1.5.8
- Everything at a glance! Besides the
FadePlayerScreen(...)
TextDraw is not showing, fixing it soon.
- Tested by: DEntisT-ofc
- Version: 2.0.2-R5
- Health and armour anti-cheat is not working correctly.
- Everything at a glance!
- Tested by: DEntisT
- Version: 2.0.7-R1-pre
- Health and armour anti-cheat is not working correctly.
- Unexpected and unknown crashes are occuring. They weren't a thing a week ago.
- Everything at a glance!
- Tested by: DEntisT
- Version: 2.0.7-R1-pre
- Health and armour anti-cheat is not working correctly.
- Everything at a glance!
- Previously mentioned crashes are fixed.
- Tested by: DEntisT
- Version: 2.0.7-R3
- Health and armour anti-cheat is not working correctly.
- The server is spewing out stack-underflow, invalid memory access and heap-underflow run-time errors. It resulted in increasing the limits so the memory can be allocated correctly, but I, sadly, could not fix the issue.
- Fixes are currently being worked on.