Plugin Errors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Plugin Errors (
/showthread.php?tid=600221)
Plugin Errors -
Mahesh90901 - 05.02.2016
Hello i am trying to run a gamemode and it shows these plugin errors
Код:
Loading filterscript 'barzinihq.amx'...
Loading filterscript 'ddos.amx'...
Error: Function not registered: 'fileOpen'
Error: Function not registered: 'fileSeek'
Error: Function not registered: 'fileRead'
Loaded 6 filterscripts.
Error: Function not registered: 'mysql_store_result'
Error: Function not registered: 'mysql_num_rows'
Error: Function not registered: 'mysql_free_result'
Error: Function not registered: 'mysql_fetch_row_format'
Error: Function not registered: 'mysql_fetch_field_row'
Error: Function not registered: 'mysql_real_escape_string'
Error: Function not registered: 'mysql_debug'
Error: Function not registered: 'mysql_ping'
Script[gamemodes/TTM.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Re: Plugin Errors -
radiobizza - 05.02.2016
Try to update the plugin MYSQL
Re: Plugin Errors -
Rufio - 05.02.2016
Quote:
Originally Posted by radiobizza
Try to update the plugin MYSQL
|
This. And in addition to the reply, make sure you are copying the whole package for ddos filterscript as it also gives a plugin/include error.
Re: Plugin Errors -
Mahesh90901 - 05.02.2016
i fixed the ddos filterscript but still there is problem with the mysql plugin and its updated version
Re: Plugin Errors -
Rufio - 05.02.2016
Are you sure the plugin and the include match eachother's versions? Also are you sure you are using the correct MySQL plugin? Also can you try re-compiling your script?
Re: Plugin Errors -
Mahesh90901 - 06.02.2016
Quote:
Originally Posted by Rufio
Are you sure the plugin and the include match eachother's versions? Also are you sure you are using the correct MySQL plugin? Also can you try re-compiling your script?
|
yes the versions are same and the script gets compiled.