Run time error 19 [nativechecker] - 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 [nativechecker] (
/showthread.php?tid=551791)
Run time error 19 [nativechecker] -
Ejected - 21.12.2014
[21:38:00] Error: Function not registered: 'SSCANF_Init'
[21:38:00] Error: Function not registered: 'SSCANF_Join'
[21:38:00] Error: Function not registered: 'SSCANF_Leave'
[21:38:00] Error: Function not registered: 'mysql_connect'
[21:38:00] Error: Function not registered: 'mysql_query'
[21:38:00] Error: Function not registered: 'mysql_store_result'
[21:38:00] Error: Function not registered: 'mysql_num_rows'
[21:38:00] Script[gamemodes/CountyRoleplay.amx]: Run time error 19: "File or function is not found"
[21:38:00] Number of vehicle models: 0
Re: Run time error 19 [nativechecker] -
OsteeN - 21.12.2014
Are you sure you have the plugins required?
Re: Run time error 19 [nativechecker] -
Ejected - 21.12.2014
How do I check? Which folders and what am I suppose to have inside them?
Re: Run time error 19 [nativechecker] -
Sew_Sumi - 21.12.2014
Quote:
Originally Posted by Ejected
How do I check? Which folders and what am I suppose to have inside them?
|
If you have to ask, chances are you haven't got them... You need SSCANF and the mysql plugin that you have supposedly coded with.
The answers are clearly in the error messages you posted up...
Re: Run time error 19 [nativechecker] -
Michael B - 21.12.2014
Also, if you use nativechecker plugin, make sure you place it at the end of your plugins line inside server.cfg.
Eg. plugins streamer sscanf nativechecker
Otherwise, those 'function not registered' errors may show up.
Re: Run time error 19 [nativechecker] -
Sew_Sumi - 21.12.2014
Quote:
Originally Posted by R3N3X
Also, if you use nativechecker plugin, make sure you place it at the end of your plugins line inside server.cfg.
Eg. plugins streamer sscanf nativechecker
Otherwise, those 'function not registered' errors may show up.
|
That is a valid point.