SA-MP Forums Archive
RunTime error - 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: RunTime error (/showthread.php?tid=514836)



RunTime error - Tuntun - 23.05.2014

My server is running in linux. And getting a runtime error... but before i put my server in the server i complie it. and it has no error.
Server log:
Код:
SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[16:49:56] 
[16:49:56] Server Plugins
[16:49:56] --------------
[16:49:56]  Loading plugin: sscanf.so
[16:49:56] 

[16:49:56]  ===============================

[16:49:56]       sscanf plugin loaded.     

[16:49:56]    © 2009 Alex "******" Cole

[16:49:56]  ===============================

[16:49:56]   Loaded.
[16:49:56]  Loading plugin: streamer.so
[16:49:56]   Loaded.
[16:49:56]  Loaded 2 plugins.

[16:49:56] 
[16:49:56] Filterscripts
[16:49:56] ---------------
[16:49:56]   Loading filterscript 'aTime.amx'...
[16:49:56]   Loading filterscript 'anim1.amx'...
[16:49:57]   Loaded 2 filterscripts.

[16:49:57] Script[gamemodes/555.amx]: Run time error 19: "File or function is not found"
[16:49:57] Number of vehicle models: 0
Why the gamemode is showing unkown?


Re: RunTime error - Tuntun - 23.05.2014

Anyone?


Re: RunTime error - Fred1993 - 23.05.2014

Try to compile the script with latest includes or use latest plugins


Re: RunTime error - NaClchemistryK - 23.05.2014

This is the millionth time I am seeing this.
Either get the latest versions of your plugins and or use NATIVECHECKER.SO


Re: RunTime error - Affan - 23.05.2014

Use NativeChecker.so to find the error.


Re: RunTime error - Guest4390857394857 - 23.05.2014

download & use nativechecker plugin.


Re: RunTime error - Tuntun - 23.05.2014

Error:
Код:
[19:47:39]   Loading filterscript 'aTime.amx'...
[19:47:39]    Error: Function not registered: 'SSCANF_Init'
[19:47:39]    Error: Function not registered: 'SSCANF_Join'
[19:47:39]    Error: Function not registered: 'SSCANF_Leave'
[19:47:39]   Loading filterscript 'anim1.amx'...
[19:47:39]   Loaded 2 filterscripts.

[19:47:40]    Error: Function not registered: 'SSCANF_Init'
[19:47:40]    Error: Function not registered: 'SSCANF_Join'
[19:47:40]    Error: Function not registered: 'SSCANF_Leave'
[19:47:40] Script[gamemodes/555.amx]: Run time error 19: "File or function is not found"
[19:47:40] Number of vehicle models: 0
And is there any way to know which [old/new] plugins are perfect for my gamemode?


Re: RunTime error - JakeHunter1 - 23.05.2014

Quote:
Originally Posted by Tuntun
Посмотреть сообщение
Error:
Код:
[19:47:39]   Loading filterscript 'aTime.amx'...
[19:47:39]    Error: Function not registered: 'SSCANF_Init'
[19:47:39]    Error: Function not registered: 'SSCANF_Join'
[19:47:39]    Error: Function not registered: 'SSCANF_Leave'
[19:47:39]   Loading filterscript 'anim1.amx'...
[19:47:39]   Loaded 2 filterscripts.

[19:47:40]    Error: Function not registered: 'SSCANF_Init'
[19:47:40]    Error: Function not registered: 'SSCANF_Join'
[19:47:40]    Error: Function not registered: 'SSCANF_Leave'
[19:47:40] Script[gamemodes/555.amx]: Run time error 19: "File or function is not found"
[19:47:40] Number of vehicle models: 0
And is there any way to know which [old/new] plugins are perfect for my gamemode?
Download the lastest version of streamer and sscanf and it will work ..