File or function not found - No errors and all plugins are loaded -
BleverCastard - 28.04.2012
Title says it ALL..
All plugins and no script errors.
Plugins are all loaded, using AF-rp.
Re: File or function not found - No errors and all plugins are loaded -
Rudy_ - 28.04.2012
Mhm... If everything is loaded fine then what's the deal? let the error be as it's not effecting your GM.
Re: File or function not found - No errors and all plugins are loaded -
BleverCastard - 28.04.2012
Yes it is, my GM isn't loading, there is no errors.
But all the plugins are loaded :/.
Code:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team
[18:45:56]
[18:45:56] Server Plugins
[18:45:56] --------------
[18:45:56] Loading plugin: wp
[18:45:56]
[18:45:56] ==================
[18:45:56]
[18:45:56] Whirlpool loaded
[18:45:56]
[18:45:56] ==================
[18:45:56]
[18:45:56] Loaded.
[18:45:56] Loading plugin: sscanf
[18:45:56]
[18:45:56] ===============================
[18:45:56] sscanf plugin loaded.
[18:45:56] © 2009 Alex "Y_Less" Cole
[18:45:56] ===============================
[18:45:56] Loaded.
[18:45:56] Loading plugin: streamer
[18:45:56]
*** Streamer Plugin v2.6 by Incognito loaded ***
[18:45:56] Loaded.
[18:45:56] Loading plugin: mysql
[18:45:56]
> MySQL plugin R5 successfully loaded.
[18:45:56] Loaded.
[18:45:56] Loading plugin: irc
[18:45:56]
*** IRC Plugin v1.4.2 by Incognito loaded ***
[18:45:56] Loaded.
[18:45:56] Loading plugin: GeoIP_Plugin
[18:45:56] GeoIP_Plugin got loaded.
[18:45:56] Loaded.
[18:45:56] Loaded 6 plugins.
[18:45:56]
[18:45:56] Filterscripts
[18:45:56] ---------------
[18:45:56] Loaded 0 filterscripts.
[18:45:56] Script[gamemodes/afrp.amx]: Run time error 19: "File or function is not found"
[18:45:56] Number of vehicle models: 0
Re: File or function not found - No errors and all plugins are loaded -
iggy1 - 28.04.2012
Look here
https://sampforum.blast.hk/showthread.php?tid=249226 use that plugin.
And read the IMPORTANT part at the bottom of that first post.
The plugin will tell you the name of the func your missing.
Quote:
Originally Posted by Rudy_
Mhm... If everything is loaded fine then what's the deal? let the error be as it's not effecting your GM.
|
You should never ignore an error. Especially one like this.
Re: File or function not found - No errors and all plugins are loaded -
BleverCastard - 28.04.2012
It's saying
Code:
[19:01:05] Error: Function not registered: 'SSCANF_Init'
[19:01:05] Error: Function not registered: 'SSCANF_Join'
[19:01:05] Error: Function not registered: 'SSCANF_Leave'
What does that mean?
Re: File or function not found - No errors and all plugins are loaded -
iggy1 - 28.04.2012
It looks a problem with sscanf re-download and install ect. And then recompile your mode or FS.
Re: File or function not found - No errors and all plugins are loaded -
BleverCastard - 28.04.2012
I updated it, it keeps saying it.
Re: File or function not found - No errors and all plugins are loaded -
iggy1 - 28.04.2012
Recompiled your code too? If yes then post in the sscanf thread no doubt Y_Less can tell you whats wrong.
Re: File or function not found - No errors and all plugins are loaded -
Rudy_ - 28.04.2012
Quote:
Originally Posted by iggy1
Look here https://sampforum.blast.hk/showthread.php?tid=249226 use that plugin.
And read the IMPORTANT part at the bottom of that first post.
The plugin will tell you the name of the func your missing.
You should never ignore an error. Especially one like this.
|
He said everything loads... then it can be ignored if there's No problem
Re: File or function not found - No errors and all plugins are loaded -
iggy1 - 28.04.2012
So if the script tries to call a function that doesn't exist what then? (problem) At the very least your code will not do what you want it to, which could mess a mode up.