SA-MP Forums Archive
Start linux hosting - 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: Start linux hosting (/showthread.php?tid=640344)



Start linux hosting - Wild - 01.09.2017

Hello everyone
I have a little problem but dont know how to repair it
Код:
[01:28:32]    Error: Function not registered: 'SSCANF_Init'
[01:28:32]    Error: Function not registered: 'SSCANF_IsConnected'
[01:28:32]    Error: Function not registered: 'SSCANF_Join'
[01:28:32]    Error: Function not registered: 'SSCANF_Leave'
[01:28:32]    Error: Function not registered: 'IsValidActor'
[01:28:32]    Error: Function not registered: 'CreateActor'
[01:28:32]    Error: Function not registered: 'GetPlayerPoolSize'
[01:28:32]    Error: Function not registered: 'ApplyActorAnimation'
[01:28:32]    Error: Function not registered: 'SetActorHealth'
[01:28:32]    Error: Function not registered: 'sscanf'
[01:28:32]    Error: Function not registered: 'DestroyDynamicPickup'
[01:28:32]    Error: Function not registered: 'Streamer_SetFloatData'
[01:28:32]    Error: Function not registered: 'CreateDynamicPickup'
[01:28:32]    Error: Function not registered: 'CreateDynamicMapIcon'
[01:28:32]    Error: Function not registered: 'DestroyDynamicMapIcon'
[01:28:32] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
I have 2.8.2 version of include and plugin sscanf


Re: Start linux hosting - iLearner - 01.09.2017

Plugins are not loaded.


Re: Start linux hosting - Wild - 01.09.2017

Quote:
Originally Posted by iLearner
Посмотреть сообщение
Plugins are not loaded.
See this
Код:
[01:28:32] 
[01:28:32] Server Plugins
[01:28:32] --------------
[01:28:32]  Loading plugin: nativechecker.so
[01:28:32]   Loaded.
[01:28:32]  Loading plugin: sscanf.so
[01:28:32] 

[01:28:32]  ===============================

[01:28:32]       sscanf plugin loaded.     

[01:28:32]          Version:  2.8.1        

[01:28:32]    © 2012 Alex "******" Cole  

[01:28:32]  ===============================

[01:28:32]   Loaded.
[01:28:32]  Loading plugin: streamer.so
[01:28:32] 

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

[01:28:32]   Loaded.
[01:28:32]  Loaded 3 plugins.

[01:28:32] 
[01:28:32] Filterscripts
[01:28:32] ---------------
[01:28:32]   Loaded 0 filterscripts.



Re: Start linux hosting - Zeth - 01.09.2017

Make sure that the include(.inc) verison and the plugin verison(.so) matches, you should get the latest versions from the links below
sscanf
streamer



Re: Start linux hosting - Vince - 01.09.2017

Wrong server version to begin with because actors are SA-MP native, added in 0.3.7.


Re: Start linux hosting - Wild - 01.09.2017

Quote:
Originally Posted by Vince
Посмотреть сообщение
Wrong server version to begin with because actors are SA-MP native, added in 0.3.7.
Hm, yes, really i see my server version is not latest, i try to replace

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Make sure that the include(.inc) verison and the plugin verison(.so) matches, you should get the latest versions from the links below
You write to get more post or what? See topic lol


Re: Start linux hosting - Wild - 01.09.2017

Vince, thanks you!!!


Re: Start linux hosting - Zeth - 01.09.2017

Quote:
Originally Posted by Wild
Посмотреть сообщение
Hm, yes, really i see my server version is not latest, i try to replace


You write to get more post or what? See topic lol
aha sorry mate its my bad that i didn't read the log clearly but let me clear you that my intention is not to increase post counts.
PEACE OUT!


Re: Start linux hosting - Sew_Sumi - 01.09.2017

nativechecker should also be at the end of the plugins line, not the start...


Re: Start linux hosting - Wild - 01.09.2017

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
nativechecker should also be at the end of the plugins line, not the start...
i understand it but i may to see maybe have problems of other functions