10.04.2014, 18:00
Hi.
I currently made my registering/login system.
I have all those includes (I use sscanf for splitting my commands in subcommands and other stuff sscanf is made for).
It's the first time I get this error whereas I use this plugin for now 4 months.
The error is this one :
C:\pawno\pawno\include\sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.
My includes are
Can someone (maybe ****** ? :3) tell me where does the problem come from ? And why ?
Thanks in advance, s4t3k.
I currently made my registering/login system.
I have all those includes (I use sscanf for splitting my commands in subcommands and other stuff sscanf is made for).
It's the first time I get this error whereas I use this plugin for now 4 months.
The error is this one :
C:\pawno\pawno\include\sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.
My includes are
PHP код:
#include <a_samp> // The official one
#include <sscanf2> // ******'s official include
#include <a_mysql> // Maddinat0r/BlueG's include
#include <hash> // Mellnik's one
#include <s_useful> // A personnal one
#define MAILER_URL "s4t3kx.alwaysdata.net/mailer.php"
#define MAIL_ADMIN "s4t3kx@alwaysdata.net"
#include <mailer> // Slice's one
Thanks in advance, s4t3k.