• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Gamemode is not detected
#3
(2021-06-22, 08:28 AM)Radical Wrote: Add this to your script.



Code:
main() { }

That would cause a "invalid entry point" runtime error.



"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[]);

Whirlpool isn't included (plugin), so this is causing your issue. If the problem still exists after adding Whirlpool, you're missing another function in which case you can use crashdetect (and compile with option -d3)
  Reply


Messages In This Thread
Gamemode is not detected - by fzbian - 2021-06-22, 12:25 AM
RE: Gamemode is not detected - by Radical - 2021-06-22, 08:28 AM
RE: Gamemode is not detected - by Kwarde - 2021-06-22, 11:53 AM

Forum Jump: