SA-MP Forums Archive
nativechecker - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: nativechecker (/showthread.php?tid=612277)



nativechecker - Problems - 16.07.2016

The server starts but nativechacker shows this while I'm using the latest includes and plugins

Код:
[10:03:05]    Error: Function not registered: 'SSCANF_Init'
[10:03:05]    Error: Function not registered: 'SSCANF_IsConnected'
[10:03:05]    Error: Function not registered: 'SSCANF_Join'
[10:03:05]    Error: Function not registered: 'SSCANF_Leave'
[10:03:05]    Error: Function not registered: 'IRC_GetUserChannelMode'
[10:03:05]    Error: Function not registered: 'mysql_format'
[10:03:05]    Error: Function not registered: 'mysql_tquery'
[10:03:05]    Error: Function not registered: 'mysql_query'
[10:03:05]    Error: Function not registered: 'cache_get_field_content_int'
[10:03:05]    Error: Function not registered: 'mysql_escape_string'
[10:03:05]    Error: Function not registered: 'cache_insert_id'
[10:03:05]    Error: Function not registered: 'cache_get_row_count'
[10:03:05]    Error: Function not registered: 'cache_get_field_content'
[10:03:05]    Error: Function not registered: 'cache_get_field_content_float'
[10:03:05]    Error: Function not registered: 'Streamer_GetUpperBound'
[10:03:05]    Error: Function not registered: 'CreateDynamicPickup'
[10:03:05]    Error: Function not registered: 'DestroyDynamicPickup'
[10:03:05]    Error: Function not registered: 'IsValidDynamicPickup'
[10:03:05]    Error: Function not registered: 'sscanf'
[10:03:05]    Error: Function not registered: 'CreateDynamicMapIcon'
[10:03:05]    Error: Function not registered: 'mysql_log'
[10:03:05]    Error: Function not registered: 'mysql_connect'
[10:03:05]    Error: Function not registered: 'mysql_errno'
[10:03:05]    Error: Function not registered: 'mysql_close'
[10:03:05]    Error: Function not registered: 'IRC_Quit'
[10:03:05]    Error: Function not registered: 'IRC_DestroyGroup'
[10:03:05]    Error: Function not registered: 'IRC_Say'
[10:03:05]    Error: Function not registered: 'DestroyDynamicObject'
[10:03:05]    Error: Function not registered: 'IRC_GroupSay'
[10:03:05]    Error: Function not registered: 'DestroyDynamicMapIcon'
[10:03:05]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[10:03:05]    Error: Function not registered: 'CreateDynamicObject'
[10:03:05]    Error: Function not registered: 'cache_get_data'
[10:03:05]    Error: Function not registered: 'WP_Hash'
[10:03:05]    Error: Function not registered: 'IRC_Connect'
[10:03:05]    Error: Function not registered: 'IRC_JoinChannel'
[10:03:05]    Error: Function not registered: 'IRC_SendRaw'
[10:03:05]    Error: Function not registered: 'IRC_AddToGroup'
[10:03:05]    Error: Function not registered: 'IRC_RemoveFromGroup'
[10:03:05]    Error: Function not registered: 'IRC_Notice'
[10:03:05]    Error: Function not registered: 'IsValidDynamicMapIcon'
[10:03:05]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[10:03:05]    Error: Function not registered: 'CreateDynamic3DTextLabel'



Re: nativechecker - TaiRinsuru - 16.07.2016

Did you #include on top of your sript?


Re: nativechecker - AbyssMorgan - 16.07.2016

Show server.cfg


Re: nativechecker - Problems - 16.07.2016

Код:
echo Executing Server Config...
lanmode 0
rcon_password pass
maxplayers 75
bind xx.xxx.xx.xx
port 7777
hostname Testing server
gamemode0 new
plugins nativechecker.so sscanf.so streamer.so irc.so mysql.so whirlpool.so
filterscripts
announce 1
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
logtimeformat [%H:%M:%S]
language English
PS: sscanf isn't working correctly in game already.


Re: nativechecker - AbyssMorgan - 16.07.2016

nativechecker must be last plugin


Re: nativechecker - Problems - 16.07.2016

when I put it the last plugin,No errors show,but in game I got sscanf problems, Like some players are connected but when I try to make any command on them it says that the player isn't connected.