Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] Gamemode is not detected

 
  • 0 Vote(s) - 0 Average
Pawn Gamemode is not detected
Kwarde
Offline

Burgershot Member
Posts: 99
Threads: 2
Joined: Sep 2020
Reputation: 8
Location: The Netherlands
#3
2021-06-22, 11:53 AM
(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)
« Next Oldest | Next Newest »



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

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode