07.03.2012, 16:48
Hello
I try to add the S32_House system but here are the errors :
From SSCANF INC
Deleted line 30 : #error sscanf (possibly the PAWN version) already defined.
In my gamemode :
#include <sscanf2>
#include <S32_House>
Errors :
btw : My line 30 of S32_House.inc is empty
That's impossible to understand...
My includes are in this order :
I try to add the S32_House system but here are the errors :
From SSCANF INC
Deleted line 30 : #error sscanf (possibly the PAWN version) already defined.
In my gamemode :
#include <sscanf2>
#include <S32_House>
Errors :
Код:
S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(43) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit") S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(46) : error 017: undefined symbol "GetMaxPlayers" S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(46) : error 029: invalid expression, assumed zero S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(46) : warning 215: expression has no effect S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(47) : error 017: undefined symbol "funcidx" S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(47) : warning 215: expression has no effect S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(47) : error 001: expected token: ";", but found ")" S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(47) : error 029: invalid expression, assumed zero S:\Serveur\GTA (SAMP)\Core\pawno\include\sscanf2.inc(47) : fatal error 107: too many error messages on one line
Код:
L27#if !defined _inc_foreach L28 #include <foreach> L29#endif L30
My includes are in this order :
Код:
#include <sscanf2> #include <S32_House> #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1 #include <a_samp> #include <zcmd> //#include <sscanf2> #include <foreach> #include <a_mysql> #include <a_players> #include <SII> #include <streamer> #include <F_Streamer>