sscanf - 0.3z - 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: sscanf - 0.3z (
/showthread.php?tid=495968)
sscanf - 0.3z -
yellow - 19.02.2014
Hey,
I compiled my script and tried to updarte it to 0.3z.
The other plugins are working great, but because of sscanf i get "run time error".
Код:
Error: Function not registered: 'SSCANF_Init'
[20:50:48] Error: Function not registered: 'SSCANF_Join'
[20:50:48] Error: Function not registered: 'SSCANF_Leave'
[20:50:48] Error: Function not registered: 'sscanf'
Is there a new version?
Best regards
Re: sscanf - 0.3z -
Renaldasj - 19.02.2014
you have to update your sscanf plugin or include!
AW: sscanf - 0.3z -
yellow - 19.02.2014
you dont say..
I did it, took the latest update and included it. Still the same
Re: sscanf - 0.3z -
Scenario - 19.02.2014
Gotta' update the plugin, too!
AW: sscanf - 0.3z -
yellow - 19.02.2014
updatet it, too
Re: sscanf - 0.3z -
Scenario - 19.02.2014
Then you're not updating the correct /pawno/includes folder, or at least not the one you're compiling with.
AW: sscanf - 0.3z -
yellow - 19.02.2014
nope, i updatet the right one
Re: sscanf - 0.3z -
Scenario - 19.02.2014
Update the include and plugin again, overwriting whatever is already there. Then recompile the script and try running it again. You're clearly not doing it properly if it's not working.
Re: sscanf - 0.3z -
ColeMiner - 19.02.2014
You don't need to update anything, that just sounds like you aren't loading the plugin.
AW: sscanf - 0.3z -
yellow - 20.02.2014
I'm loading the plugin, ->
Код:
[15:18:27] Loading plugin: sscanf
[15:18:27]
[15:18:27] ===============================
[15:18:27] sscanf plugin loaded.
[15:18:27] Version: 2.8.1
[15:18:27] © 2012 Alex "******" Cole
[15:18:27] ===============================
[15:18:27] Loaded.
[15:18:27] Loaded 4 plugins.
[15:18:27]
[15:18:27] Ban list
[15:18:27] --------
[15:18:27] Loaded: samp.ban
[15:18:27]
[15:18:27]
[15:18:27] Filterscripts
[15:18:27] ---------------
[15:18:27] Loaded 0 filterscripts.
[15:18:28] Error: Function not registered: 'SSCANF_Init'
[15:18:28] Error: Function not registered: 'SSCANF_Join'
[15:18:28] Error: Function not registered: 'SSCANF_Leave'
[15:18:28] Error: Function not registered: 'sscanf'