Run time error 19 - 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: Run time error 19 (
/showthread.php?tid=602421)
Run time error 19 -
CopKing123 - 06.03.2016
Need help to solve the following errors, when running my gamemode
Will +REP!
pawn Код:
[02:52:32] Error: Function not registered: 'mysql_log'
[02:52:32] Error: Function not registered: 'mysql_connect'
[02:52:32] Error: Function not registered: 'mysql_errno'
[02:52:32] Error: Function not registered: 'mysql_format'
[02:52:32] Error: Function not registered: 'mysql_tquery'
[02:52:32] Error: Function not registered: 'WP_Hash'
[02:52:32] Error: Function not registered: 'cache_get_data'
[02:52:32] Error: Function not registered: 'cache_get_field_content'
[02:52:32] Error: Function not registered: 'cache_get_field_content_int'
[02:52:32] Error: Function not registered: 'cache_insert_id'
[02:52:32] Script[gamemodes/tdm.amx]: Run time error 19: "File or function is not found"
[02:52:32] Number of vehicle models: 0
Thank you
Re: Run time error 19 -
itsCody - 06.03.2016
You're probably missing those plugins.
MySQL:
https://github.com/pBlueG/SA-MP-MySQL/releases
Whirlpool:
https://sampforum.blast.hk/showthread.php?tid=570945
Re: Run time error 19 -
CopKing123 - 06.03.2016
Alright let me check..
Re: Run time error 19 -
CopKing123 - 07.03.2016
alright I downloaded/addes the plugins u told me..
compiled the script, no errors, added them in the plugins in server.cfg
now left with these errors..
Код:
[14:30:56] Error: Function not registered: 'CA_DestroyObject'
[14:30:56] Error: Function not registered: 'CA_RayCastLine'
[14:30:56] Error: Function not registered: 'CA_RemoveBuilding'
[14:30:56] Error: Function not registered: 'CA_Init'
[14:30:56] Error: Function not registered: 'regex_match'
Re: Run time error 19 -
CopKing123 - 07.03.2016
ok after adding plugins of the desired gm..
it shows this
Код:
[14:36:36] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
I do have re-compiled with the new streamer plugin 2.8v, but why is it saying does not match plugin??
Need help please
Re: Run time error 19 -
xTURBOx - 07.03.2016
Because plugin version and include version don't match
Re: Run time error 19 -
CopKing123 - 07.03.2016
Ok I've downloaded new one, now when I'm starting the server, it shows Streamer plugin failed to load..
!WHY!
Re: Run time error 19 -
MicroKyrr - 07.03.2016
Make sure u put the streamer in the plugins line , check if there is typo.The latest streamer.inc should be put in "Pawno/include" folder. and latest streamer.dll should be put in "plugins" folder
Re: Run time error 19 -
CopKing123 - 07.03.2016
yea I know, I've placed the files in correct folder, still getting the error :/
Re: Run time error 19 -
CopKing123 - 07.03.2016
Код:
[17:23:57] Error: Function not registered: 'mysql_log'
[17:23:57] Error: Function not registered: 'mysql_connect'
[17:23:57] Error: Function not registered: 'mysql_errno'
[17:23:57] Error: Function not registered: 'CreateDynamicObject'
[17:23:57] Error: Function not registered: 'mysql_format'
[17:23:57] Error: Function not registered: 'mysql_tquery'
[17:23:57] Error: Function not registered: 'WP_Hash'
[17:23:57] Error: Function not registered: 'cache_get_data'
[17:23:57] Error: Function not registered: 'cache_get_field_content'
[17:23:57] Error: Function not registered: 'cache_get_field_content_int'
[17:23:57] Error: Function not registered: 'cache_insert_id'
here r the errors im getting.. I do have MYSQL & Whirlpool