• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Not Found Amx Function
#1
Lightbulb 
[23:24:44] No collision data found.
[23:24:44] Script[gamemodes/dayz.amx]: Run time error 19: "File or function is not found"
[23:24:44] Number of vehicle models: 0

Please  tell me how to fix this because i already compile the gamemode.pwn no error or etc and if i start the server this warning show on log server and can`t join the server
  Reply
#2
Use crashdetect
Gives more details.
  Reply
#3
(2023-02-24, 02:16 AM)Radical Wrote: Use crashdetect
Gives more details.
 [09:44:25] No collision data found.
[09:44:25] [debug] Run time error 19: "File or function is not found"
[09:44:25] [debug]  mysql_log
[09:44:25] [debug]  mysql_tquery
[09:44:25] [debug]  cache_get_data
[09:44:25] [debug]  cache_get_field_content
[09:44:25] [debug]  mysql_escape_string
[09:44:25] [debug]  mysql_connect
[09:44:25] [debug]  mysql_errno
[09:44:25] [debug] Run time error 19: "File or function is not found"
[09:44:25] [debug]  mysql_log
[09:44:25] [debug]  mysql_tquery
[09:44:25] [debug]  cache_get_data
[09:44:25] [debug]  cache_get_field_content
[09:44:25] [debug]  mysql_escape_string
[09:44:25] [debug]  mysql_connect
[09:44:25] [debug]  mysql_errno


its all the error and debug how to fix that?
  Reply
#4
First install Microsoft C++ redistributables that mentioned in https://github.com/pBlueG/SA-MP-MySQL#faq

Then tryagain to run samp-server

If errors still occoured:

Get MySQL plugin from https://github.com/pBlueG/SA-MP-MySQL/releases
Put mysql.dll in plugins folder.

Edit the server.cfg:
PHP Code:
plugins crashdetect mysql 

If you using open.mp edit config.json
PHP Code:
"legacy_plugins": [
    "crashdetect",
    "mysql"
 
], 
  Reply
#5
(2023-03-08, 12:11 AM)Radical Wrote: First install Microsoft C++ redistributables that mentioned in https://github.com/pBlueG/SA-MP-MySQL#faq

Then tryagain to run samp-server

If errors still occoured:

Get MySQL plugin from https://github.com/pBlueG/SA-MP-MySQL/releases
Put mysql.dll in plugins folder.

Edit the server.cfg:
PHP Code:
plugins crashdetect mysql 



If you using open.mp edit config.json


i already to install that but still same error
PHP Code:
"legacy_plugins": [
    "crashdetect",
    "mysql"
 
], 

i already to install that but still same error
  Reply


Forum Jump: