SA-MP Forums Archive
Can not start the Server - 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: Can not start the Server (/showthread.php?tid=655084)



Can not start the Server - Suikast - 12.06.2018

i can not Start my Server because nativechecker says
Error: Function not registered: 'SSCANF_IsConnected'


But i have the latest sscanf2 i recompiled it Althing Right but idk why it dont starts.
My host is Linux Server. i make all at end with .so.

At my Windows if i open my own Server Althing Right the Server starts without Problems but on host i have this Problem idk why please help me.

here the Code from log
Quote:

[22:36:10] weburl = "www.sa-mp.com" (string)
[22:36:10]
[22:36:10] Server Plugins
[22:36:10] --------------
[22:36:10] Loading plugin: sscanf.so
[22:36:10]

[22:36:10] ===============================

[22:36:10] sscanf plugin loaded.

[22:36:10] © 2009 Alex "******" Cole

[22:36:10] 0.3d-R2 500 Players "dnee"

[22:36:10] ===============================

[22:36:10] Loaded.
[22:36:10] Loading plugin: streamer.so
[22:36:10]

*** Streamer Plugin v2.9.3 by Incognito loaded ***

[22:36:10] Loaded.
[22:36:10] Loading plugin: audio.so
[22:36:10]

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[22:36:10] Loaded.
[22:36:10] Loading plugin: nativechecker.so
[22:36:10] Loaded.
[22:36:10] Loaded 4 plugins.

[22:36:10]
[22:36:10] Filterscripts
[22:36:10] ---------------
[22:36:10] Loading filterscript 'ls_elevator.amx'...
[22:36:10] Loading filterscript 'buttons.amx'...
[22:36:10] Loading filterscript 'iconmaker.amx'...
[22:36:10]
--------------------------------------
[22:36:10] Icon tools loaded.
[22:36:10] --------------------------------------

[22:36:10] Loaded 3 filterscripts.

[22:36:10] Error: Function not registered: 'SSCANF_IsConnected'
[22:36:10] Script[gamemodes/RPgm.amx]: Run time error 19: "File or function is not found"
[22:36:10] Number of vehicle models: 0




Re: Can not start the Server - CodeStyle175 - 12.06.2018

too old sscanf


Re: Can not start the Server - Criniti - 12.06.2018

Update our sscanf plugins/include and recompile the gamemode


Re: Can not start the Server - UnknownPlayar - 13.06.2018

You have to update sscanf to start it


Re: Can not start the Server - Suikast - 13.06.2018

Its already updated but got the same error always... latest version is 2.8.2 i have it


Re: Can not start the Server - GTLS - 13.06.2018

You need to have Plugin and Include both of latest version and then you have to recompile the script for it to work.


Re: Can not start the Server - Suikast - 13.06.2018

Need the newest sscanf.so cant find it...
@ this link https://github.com/maddinat0r/sscanf/releases there is no sscanf.so file only .dll
and this link dont works https://dl.dropboxusercontent.com/u/...canf-2.8.2.zip
where to find the sscanf.so file please help guys


Re: Can not start the Server - Shadow0707 - 13.06.2018

Quote:
Originally Posted by Suikast
Посмотреть сообщение
Need the newest sscanf.so cant find it...
@ this link https://github.com/maddinat0r/sscanf/releases there is no sscanf.so file only .dll
and this link dont works https://dl.dropboxusercontent.com/u/...canf-2.8.2.zip
where to find the sscanf.so file please help guys
https://github.com/maddinat0r/sscanf...2-linux.tar.gz

there is you need to download the linux one


Re: Can not start the Server - Suikast - 13.06.2018

Quote:
Originally Posted by Shadow0707
Посмотреть сообщение
https://github.com/maddinat0r/sscanf...2-linux.tar.gz

there is you need to download the linux one
but its not sscanf.so its .tar.gz file… i Need the sscanf.so file


Re: Can not start the Server - Shadow0707 - 13.06.2018

Quote:
Originally Posted by Suikast
Посмотреть сообщение
but its not sscanf.so its .tar.gz file… i Need the sscanf.so file
extract it then you'll get the sscanf.so


Re: Can not start the Server - Dayrion - 13.06.2018

Quote:
Originally Posted by Suikast
View Post
but its not sscanf.so its .tar.gz file… i Need the sscanf.so file
Did you even downloaded it and opened the compressed file before saying that?


Re: Can not start the Server - GTLS - 13.06.2018

Quote:
Originally Posted by Suikast
View Post
but its not sscanf.so its .tar.gz file… i Need the sscanf.so file
You are working on a linux system right?I assume you are using .so thats why. If you are on a Windows, you need .dll file.


Also, Are you sure you want to start a community? With as little knowledge as this, which can not identify that the main file is inside a zipped, .tar.gz file, you should not really start a server but learn the computer and its basics. Learn more about linux before working on it. Linux is great but for people using windows, its a bit tricky, when they dont find Refresh option on right click... etc..


Re: Can not start the Server - Suikast - 13.06.2018

ist done thank you guys !