why this error persists?
#1

I compiled my code successfully without problems. But when I run the gamemode I get this

pawn Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[23:02:46]
[23:02:46] Server Plugins
[23:02:46] --------------
[23:02:46]  Loading plugin: nativechecker
[23:02:46]   Loaded.
[23:02:46]  Loading plugin: sscanf
[23:02:46]

[23:02:46]  ===============================

[23:02:46]       sscanf plugin loaded.    

[23:02:46]          Version:  2.8.1        

[23:02:46]    (c) 2012 Alex "******" Cole  

[23:02:46]  ===============================

[23:02:46]   Loaded.
[23:02:46]  Loading plugin: streamer
[23:02:46]

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

[23:02:46]   Loaded.
[23:02:46]  Loading plugin: xml
[23:02:46]   Loaded.
[23:02:46]  Loaded 4 plugins.

[23:02:46]
[23:02:46] Filterscripts
[23:02:46] ---------------
[23:02:46]   Loaded 0 filterscripts.

[23:02:46]    Error: Function not registered: 'SSCANF_Init'
[23:02:46]    Error: Function not registered: 'SSCANF_IsConnected'
[23:02:46]    Error: Function not registered: 'SSCANF_Join'
[23:02:46]    Error: Function not registered: 'SSCANF_Leave'
[23:02:46]    Error: Function not registered: 'Streamer_VisibleItems'
[23:02:46]    Error: Function not registered: 'Streamer_SetTickRate'
[23:02:46]    Error: Function not registered: 'Streamer_GetIntData'
[23:02:46]    Error: Function not registered: 'sscanf'
[23:02:46]    Error: Function not registered: 'CreateDynamicObject'
[23:02:46]    Error: Function not registered: 'SetDynamicObjectMaterial'
[23:02:46]    Error: Function not registered: 'CreateDynamicSphere'
[23:02:46]    Error: Function not registered: 'Streamer_SetIntData'
[23:02:46]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[23:02:46]    Error: Function not registered: 'Streamer_UpdateEx'
[23:02:46]    Error: Function not registered: 'Streamer_DestroyAllItems'
[23:02:46]    Error: Function not registered: 'xml_open'
[23:02:46]    Error: Function not registered: 'xml_get_string'
[23:02:46]    Error: Function not registered: 'xml_close'
[23:02:46] Script[gamemodes/mangoes.amx]: Run time error 19: "File or function is not found"
[23:02:46] Number of vehicle models: 0
I have the latest xml, sscanf, and streamer plugins.. srsly wtf is wrong with this fucking thingy
Reply
#2

Download from this page: https://github.com/maddinat0r/sscanf/releases your version of sscanf and put the file sscanf.inc in your includes folder inside pawno compiler folder. Then compile again your gamemode and run it.
Reply
#3

Quote:
Originally Posted by diego200052
Посмотреть сообщение
Download
No...

Don't use nativechecker unless, A) You know what you are doing, and B) you are going to follow the instructions...

It's a debugging tool, and not advisable for anyone who doesn't know what they are doing.


The error is caused by the fact that you load nativechecker first, compared to last as it says in the instructions.

Quote:
Originally Posted by Wyu
Посмотреть сообщение
IMPORTANT: In order to make it work correcly you must put it in the end of the plugins line of your server.cfg so it will be the last one, e.g. plugins sscanf streamer nativechecker.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)