Errors with nativechecker
#1

I've been doing something on gamemode and now i have this in my server log? help


Код:
[14:28:25]    Error: Function not registered: 'SSCANF_Init'
[14:28:25]    Error: Function not registered: 'SSCANF_Join'
[14:28:25]    Error: Function not registered: 'SSCANF_Leave'
[14:28:25]    Error: Function not registered: 'Streamer_CallbackHook'
[14:28:25]    Error: Function not registered: 'MoveDynamicObject'
[14:28:25]    Error: Function not registered: 'DestroyDynamicObject'
[14:28:25]    Error: Function not registered: 'CreateDynamicObject'
[14:28:25]    Error: Function not registered: 'SetDynamicObjectMaterial'
[14:28:25]    Error: Function not registered: 'sscanf'
[14:28:25]    Error: Function not registered: 'SetDynamicObjectPos'
[14:28:25]    Error: Function not registered: 'GetDynamicObjectPos'
Reply
#2

BUMP? Anyone? Please
Reply
#3

Have you set nativechecker last in the plugins line in server.cfg? If not, even if plugins loaded/failed, you'll get that all of their functions are not registered.

However, if it is last in the plugins line then the plugins failed to load or they never be added in the plugins line.

Post your server.cfg (hide the password).
Reply
#4

Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname LifeZone | Public
plugins nativechecker sscanf streamer.dll
gamemode0 LZRP 1
filterscripts camhack
announce 0
query 1
weburl www.life-zone.tk
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
mapname Bugi[war]place
// dont mind about password
Reply
#5

Change:
pawn Код:
plugins nativechecker sscanf streamer.dll
to:
pawn Код:
plugins sscanf streamer nativechecker
nativechecker should be last.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)