Error: Function not registered
#1

Operating system Centos 6.9

Server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password xx
maxplayers 500
port 7777
hostname Server Name
gamemode0 xx 1
filterscripts 
plugins sscanf.so streamer.so mysql.so nativechecker.so
announce 1
query 1
weburl site:web
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 50
logtimeformat [%H:%M:%S]
xx.pwn(include)
Код:
// include
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS 300
#define MAX_GRAFFITI 3000 //
#include <float>
#include <core>
#include <time>
#include <mSelection>
#include <file>
#include <streamer>
#include <dini>
#include <cop>
#include <cuff>
#include <JunkBuster>
#include <cleo>
#include <sscanf2>
Server.log
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[01:43:23] filterscripts = ""  (string)
[01:43:23] 
[01:43:23] Server Plugins
[01:43:23] --------------
[01:43:23]  Loading plugin: sscanf.so
[01:43:23] 

[01:43:23]  ===============================

[01:43:23]       sscanf plugin loaded.     

[01:43:23]    © 2009 Alex "******" Cole

[01:43:23]    0.3d-R2 500 Players "dnee"

[01:43:23]  ===============================

[01:43:23]   Loaded.
[01:43:23]  Loading plugin: streamer.so
[01:43:23] 

*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***

[01:43:23]   Loaded.
[01:43:23]  Loading plugin: mysql.so
[01:43:23] 

  > MySQL plugin R5 successfully loaded.

[01:43:23]   Loaded.
[01:43:23]  Loading plugin: nativechecker.so
[01:43:23]   Loaded.
[01:43:23]  Loaded 4 plugins.

[01:43:24] 
[01:43:24] Filterscripts
[01:43:24] ---------------
[01:43:24]   Loaded 0 filterscripts.

[01:43:24]    Error: Function not registered: 'Streamer_CallbackHook'
[01:43:24]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[01:43:24]    Error: Function not registered: 'CreateDynamicObjectEx'
[01:43:24]    Error: Function not registered: 'SetDynamicObjectMaterial'
[01:43:24]    Error: Function not registered: 'EditDynamicObject'
[01:43:24] Script[gamemodes/xx.amx]: Run time error 19: "File or function is not found"
[01:43:24] Number of vehicle models: 0
Reply
#2

Update your streamer plugin and include to the latest one.

https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#3

Quote:
Originally Posted by FreAkeD
Посмотреть сообщение
Update your streamer plugin and include to the latest one.

https://sampforum.blast.hk/showthread.php?tid=102865
Screenshot Putty;


Server.log

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[03:46:15] filterscripts = ""  (string)
[03:46:15] 
[03:46:15] Server Plugins
[03:46:15] --------------
[03:46:15]  Loading plugin: sscanf.so
[03:46:15] 

[03:46:15]  ===============================

[03:46:15]       sscanf plugin loaded.     

[03:46:15]    © 2009 Alex "******" Cole

[03:46:15]    0.3d-R2 500 Players "dnee"

[03:46:15]  ===============================

[03:46:15]   Loaded.
[03:46:15]  Loading plugin: streamer.so
[03:46:15] 

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

[03:46:15]   Loaded.
[03:46:15]  Loading plugin: mysql.so
[03:46:15] 

  > MySQL plugin R5 successfully loaded.

[03:46:15]   Loaded.
[03:46:15]  Loading plugin: nativechecker.so
[03:46:15]   Loaded.
[03:46:15]  Loaded 4 plugins.

[03:46:15] 
[03:46:15] Filterscripts
[03:46:15] ---------------
[03:46:15]   Loaded 0 filterscripts.

[03:46:15] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x278001) (script might need to be recompiled with the latest include file)
[03:46:15] -mSelection- WARNING: Failed to load list: "pdekipman.txt"
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[03:46:15] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11(x1000 again) 
[03:46:15] SQL: xx RPG MySQL hesaplari yukleniyor
[03:46:15] SQL: Sunucuya baglanti istegi gonderiliyor...
[03:46:15] SQL: Veritabani baglantisi basarili.
And dont server online
Reply
#4

Open PAWNO that have latest Streamer in include folder & try to recompile your gamemode.
( PS : Don't forget the streamer.so & streamer.dll in plugin folder too )
Reply
#5

Quote:
Originally Posted by Sh4d0w2
Посмотреть сообщение
Open PAWNO that have latest Streamer in include folder & try to recompile your gamemode.
( PS : Don't forget the streamer.so & streamer.dll in plugin folder too )
The problem still continues
Reply
#6

Current
Reply
#7

Do you have multiple server folders on your computer?
Reply
#8

Edit: I misread your issue. Apologies
Reply
#9

Current
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)