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



sscanf2 - Slavica - 31.12.2017

Error: Function not registered: 'SSCANF_Init'
Error: Function not registered: 'SSCANF_IsConnected'
Error: Function not registered: 'SSCANF_Join'
Error: Function not registered: 'SSCANF_Leave'
Error: Function not registered: 'sscanf'
Script[gamemodes/Demo.amx]: Run time error 19: "File or function is not found"

This is what I get when I try to run the samp-server...
Sscanf2 is updated and script is compiled without any errors.
I did install x86 version of the MSVC redistributable and everything else,still not working.


Re: sscanf2 - Marllun - 01.01.2018

download the plugin again

https://github.com/maddinat0r/sscanf/releases
PHP код:
main(){} 
send me the log.


Re: sscanf2 - Hypex - 01.01.2018

if you have nativechecker.dll put it last.


Re: sscanf2 - Slavica - 01.01.2018

Quote:
Originally Posted by Marllun
Посмотреть сообщение
download the plugin again

https://github.com/maddinat0r/sscanf/releases
PHP код:
main(){} 
send me the log.
Well as I said,I downloaded everything and replaced everything and redownloaded everything it still wont work.
I have the main thanks.

PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[16:57:26
[
16:57:26Server Plugins
[16:57:26] --------------
[
16:57:26]  Loading pluginsscanf
[16:57:26]   Failed.
[
16:57:26]  Loading pluginnativechecker
[16:57:26]   Loaded.
[
16:57:26]  Loaded 1 plugins.
[
16:57:26
[
16:57:26Filterscripts
[16:57:26] ---------------
[
16:57:26]   Loading filterscript 'avs.amx'...
[
16:57:26
------------------------------------------------
[
16:57:26]      Advanced Vehicle System 1.0 by MadeMan
[16:57:26] ------------------------------------------------
[
16:57:26]   Loaded 0 vehicles
[16:57:26]   Loaded 0 dealerships
[16:57:26]   Loaded 0 fuel stations
[16:57:26] ------------------------------------------------
[
16:57:26]   Loading filterscript 'vspawner.amx'...
[
16:57:26
--
Admin Vehicle Spawner Loaded
[16:57:26]   Loaded 2 filterscripts.
[
16:57:26]    Error: Function not registered'SSCANF_Init'
[16:57:26]    Error: Function not registered'SSCANF_IsConnected'
[16:57:26]    Error: Function not registered'SSCANF_Join'
[16:57:26]    Error: Function not registered'SSCANF_Leave'
[16:57:26]    Error: Function not registered'sscanf'
[16:57:26Script[gamemodes/Demo.amx]: Run time error 19"File or function is not found"
[16:57:26Number of vehicle models
Quote:
Originally Posted by Hypex
Посмотреть сообщение
if you have nativechecker.dll put it last.
Yes I did put it as the last one.


Re: sscanf2 - Ritzy2K - 01.01.2018

Your sscanf isn't even loading. See your log.


Re: sscanf2 - Slavica - 01.01.2018

Quote:
Originally Posted by Ritzy
Посмотреть сообщение
Your sscanf isn't even loading. See your log.
Yes scanf is not loading,why is my question.


Re: sscanf2 - RogueDrifter - 01.01.2018

Quote:
Originally Posted by Slavica
Посмотреть сообщение
Yes scanf is not loading,why is my question.
If you're on a linux make sure you put .so at the end, make sure you actually got the plugin at plugins folder, show your server.cfg plugins line too.


Re: sscanf2 - Marllun - 01.01.2018

Checks if the scanf is in the plugins folder of your server


Re: sscanf2 - Marllun - 01.01.2018

Create a new server folder and try to test if sscanf loads


Re: sscanf2 - Slavica - 01.01.2018

Quote:
Originally Posted by Marllun
Посмотреть сообщение
Create a new server folder and try to test if sscanf loads
I did and it did not.