SA-MP Forums Archive
What is this? - 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: What is this? (/showthread.php?tid=533793)



What is this? - Team_PRO - 26.08.2014

Code:
[19:29:18]    Error: Function not registered: 'SSCANF_Init'
[19:29:18]    Error: Function not registered: 'SSCANF_Join'
[19:29:18]    Error: Function not registered: 'SSCANF_Leave'
[19:29:18]    Error: Function not registered: 'CreateDynamicMapIcon'
[19:29:18]    Error: Function not registered: 'CreateDynamicObject'
[19:29:18]    Error: Function not registered: 'TogglePlayerAllDynamicCPs'
[19:29:18]    Error: Function not registered: 'sscanf'
[19:29:18]    Error: Function not registered: 'CreateDynamicCP'
[19:29:18]    Error: Function not registered: 'CreateDynamicPickup'
[19:29:18]    Error: Function not registered: 'TogglePlayerDynamicCP'
Code:
[19:29:18]    Error: Function not registered: 'file_create'
[19:29:18]    Error: Function not registered: 'file_exists'
[19:29:18]    Error: Function not registered: 'file_delete'
[19:29:18]    Error: Function not registered: 'file_move'
Code:
[20:34:13] [debug] Run time error 4: "Array index out of bounds"
[20:34:13] [debug]  Accessing element at negative index -1
[20:34:13] [debug] AMX backtrace:
[debug] #0 00097960 in public SSCANF_OnPlayerDisconnect (0x00000000, 0x00000002) from scatrucking.amx
[debug] #1 000003ac in public OnPlayerDisconnect (0x00000000, 0x00000002) from scatrucking.amx
[debug] #2 native Kick () from samp-server.exe
[debug] #3 000a66c4 in public KickTimer (0x00000000) from scatrucking.amx
i use all new version


Re: What is this? - Stanford - 26.08.2014

Did you re-compile your script?


Re: What is this? - Team_PRO - 26.08.2014

yes i use all newest version of includes


Re: What is this? - Skin123 - 26.08.2014

Try to update:
1. Includes of plugins.
2. Plugins.
3. F5 or F6.

If it won't help, try to update your libraries.


Re: What is this? - JeevanJyothish - 26.08.2014

Add sscanf2.inc .


Re: What is this? - Team_PRO - 26.08.2014

nothing happens still got errors

heres what is see

Code:
[20:34:13] [debug] Run time error 4: "Array index out of bounds"
[20:34:13] [debug]  Accessing element at negative index -1
[20:34:13] [debug] AMX backtrace:
[debug] #0 00097960 in public SSCANF_OnPlayerDisconnect (0x00000000, 0x00000002) from scatrucking.amx
[debug] #1 000003ac in public OnPlayerDisconnect (0x00000000, 0x00000002) from scatrucking.amx
[debug] #2 native Kick () from samp-server.exe
[debug] #3 000a66c4 in public KickTimer (0x00000000) from scatrucking.amx



Re: What is this? - Phyzic - 26.08.2014

I am sure that your plugins and includes are not of the latest version.
Delete the includes & Plugins and redownload the latest ones and then re-compile your script.

Try it!


Re: What is this? - Team_PRO - 26.08.2014

already tried for few times


Re: What is this? - Team_PRO - 28.08.2014

still got this message

i use all the latest version of all includes and plugins

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[20:39:32] 
[20:39:32] Server Plugins
[20:39:32] --------------
[20:39:32]  Loading plugin: crashdetect
[20:39:32]   CrashDetect v4.14 is OK.
[20:39:32]   Loaded.
[20:39:32]  Loading plugin: nativechecker
[20:39:32]   Loaded.
[20:39:32]  Loading plugin: streamer
[20:39:32]   Loaded.
[20:39:32]  Loading plugin: sscanf
[20:39:32] 

[20:39:32]  ===============================

[20:39:32]       sscanf plugin loaded.     

[20:39:32]          Version:  2.8.1        

[20:39:32]    © 2012 Alex "******" Cole  

[20:39:32]  ===============================

[20:39:32]   Loaded.
[20:39:32]  Loading plugin: FileManager
[20:39:32] ******************
[20:39:32] ** FILE MANAGER **
[20:39:32] **    Loaded    **
[20:39:32] ** Version 1.4 **
[20:39:32] ******************
[20:39:32]   Loaded.
[20:39:32]  Loaded 5 plugins.

[20:39:32] 
[20:39:32] Filterscripts
[20:39:32] ---------------
[20:39:32]   Loading filterscript 'bugrep.amx'...
[20:39:32]   Loading filterscript 'knpc.amx'...
[20:39:32]    Error: Function not registered: 'file_create'
[20:39:32]    Error: Function not registered: 'file_exists'
[20:39:32]    Error: Function not registered: 'file_delete'
[20:39:32]    Error: Function not registered: 'file_move'
[20:39:32] 
----------------------------------
[20:39:32] InGame NPC editor by Kurence loaded!
[20:39:32] ----------------------------------

[20:39:32]   Loaded 2 filterscripts.

[20:39:32]    Error: Function not registered: 'SSCANF_Init'
[20:39:32]    Error: Function not registered: 'SSCANF_Join'
[20:39:32]    Error: Function not registered: 'SSCANF_Leave'
[20:39:32]    Error: Function not registered: 'CreateDynamicMapIcon'
[20:39:32]    Error: Function not registered: 'CreateDynamicObject'
[20:39:32]    Error: Function not registered: 'TogglePlayerAllDynamicCPs'
[20:39:32]    Error: Function not registered: 'sscanf'
[20:39:32]    Error: Function not registered: 'CreateDynamicCP'
[20:39:32]    Error: Function not registered: 'CreateDynamicPickup'
[20:39:32]    Error: Function not registered: 'TogglePlayerDynamicCP'
[20:39:32] ||- Banks loaded: 0 -||
[20:39:32] 
----------------------------------
[20:39:32] Trucking Script Loaded
[20:39:32] ----------------------------------

[20:39:32] Number of vehicle models: 33



Re: What is this? - Skin123 - 28.08.2014

PHP Code:
Loading filterscript 'knpc.amx'...
[
20:39:32]    Error: Function not registered'file_create'
[20:39:32]    Error: Function not registered'file_exists'
[20:39:32]    Error: Function not registered'file_delete'
[20:39:32]    Error: Function not registered'file_move' 
Problem is in your knpc.amx
It mean, that you have different versions: include(plugin) and amx file. Try update amx file.