2021-06-22, 11:53 AM
(2021-06-22, 08:28 AM)Radical Wrote: Add this to your script.That would cause a "invalid entry point" runtime error.
Code:main() { }
"File or function not found" is exactly what it sounds like. A file or a function isn't found.
You can use crashdetect to find out what function it's missing. However, I took a quick look on that script and:
Code:
native WP_Hash(buffer[], len, const str[]);