Sscanf problem
#1

Код:
[19:26:08]    Error: Function not registered: 'SSCANF_Init'
[19:26:08]    Error: Function not registered: 'SSCANF_Join'
[19:26:08]    Error: Function not registered: 'SSCANF_Leave'
[19:26:08]    Error: Function not registered: 'sscanf'
Any body?
Reply
#2

Is sscanf loaded? Update the plugin and include file, re-compile and run the server again.
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Is sscanf loaded? Update the plugin and include file, re-compile and run the server again.
I have only this plugins:

Код:
#include <a_samp>
#include <zcmd>
#include <YSI\y_ini>
#include <foreach>
#include <sscanf2>
#include <dini>
Reply
#4

Those are include files! I meant - is the sscanf plugin loaded successfully to the server or it failed to?

EDIT1: Post the server log.

PS: This forum requires that you wait 240 seconds between posts. Please try again in 240 seconds.
Reply
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Those are include files! I meant - is the sscanf plugin loaded successfully to the server or it failed to?
Where can I see that?
Reply
#6

Код:
[19:36:45] filterscripts = ""  (string)
[19:36:45] 
[19:36:45] Server Plugins
[19:36:45] --------------
[19:36:45]  Loading plugin: SScanf2
[19:36:45]   Failed.
[19:36:45]  Loading plugin: Ignioto
[19:36:45]   Failed.
[19:36:45]  Loading plugin: foreach
[19:36:45]   Failed.
[19:36:45]  Loading plugin: YSI
[19:36:45]   Failed.
[19:36:45]  Loading plugin: nativechecker
[19:36:45]   Loaded.
[19:36:45]  Loading plugin: dini
[19:36:45]   Failed.
[19:36:45]  Loaded 1 plugins.

[19:36:45] 
[19:36:45] Filterscripts
[19:36:45] ---------------
[19:36:45]   Loaded 0 filterscripts.

[19:36:45]    Error: Function not registered: 'SSCANF_Init'
[19:36:45]    Error: Function not registered: 'SSCANF_Join'
[19:36:45]    Error: Function not registered: 'SSCANF_Leave'
[19:36:45]    Error: Function not registered: 'sscanf'
[19:36:45] Script[gamemodes/LOL.amx]: Run time error 19: "File or function is not found"
[19:36:45] Number of vehicle models: 0
Reply
#7

Is your hosting server uses Linux or Windows?
Reply
#8

pawn Код:
[19:36:45]  Loading plugin: SScanf2
[19:36:45]   Failed.
[19:36:45]  Loading plugin: Ignioto
[19:36:45]   Failed.
[19:36:45]  Loading plugin: foreach
[19:36:45]   Failed.
[19:36:45]  Loading plugin: YSI
[19:36:45]   Failed.
[19:36:45]  Loading plugin: nativechecker
[19:36:45]   Loaded.
[19:36:45]  Loading plugin: dini
[19:36:45]   Failed.
Plugins differ from includes. You DO NOT load the includes, but the plugins.

Change in server.cfg, the plugins line to:
pawn Код:
plugins sscanf nativechecker
unless it's Linux, so change accordingly:
pawn Код:
plugins sscanf.so nativechecker.so
Reply
#9

It's luxadmin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)