C:\Users\Unknow\Desktop\zombie\pawno\include\blaze.inc(335) : error 029: invalid expression, assumed zero C:\Users\Unknow\Desktop\zombie\pawno\include\blaze.inc(335) : error 001: expected token: ")", but found ";" C:\Users\Unknow\Desktop\zombie\pawno\include\blaze.inc(335 -- 337) : warning 215: expression has no effect C:\Users\Unknow\Desktop\zombie\pawno\include\blaze.inc(337) : error 001: expected token: ";", but found "-identifier-" C:\Users\Unknow\Desktop\zombie\pawno\include\blaze.inc(337) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
BUD::ReloadTableInfo( ); BUD::IntegrityCheck( ); if ( g_bCheckForUpdates ) BUD::CheckForUpdates( ); g_bIsInitialized = true;
there is no point of doing 2 Topics at all, as I said before show me the #include you have in your GM
|
still , show me the #include you have in your GM example:
#include <a_samp> #include <zcmd> |
then try to delete them and add this:
#include <a_samp> #include <streamer> #include <blaze> #include <sscanf2> #include <YSI\y_timers> #include <zcmd> #include <FCNPC> #include <progress2> |
#define BUD_USE_WHIRLPOOL true #define BUD_MAX_COLUMNS 60 #define BUD_MULTIGET_MAX_ENTRIES 60 #define BUD_MULTISET_MAX_ENTRIES 60 #define BUD_CheckForUpdates #define SSCANF_OnFilterScriptInit #include <a_samp> #include <streamer> #include <blaze> #include <sscanf2> #include <YSI\y_timers> #include <zcmd> #include <FCNPC> #include <progress2>
BUD::ReloadTableInfo( ); BUD::IntegrityCheck( ); if ( g_bCheckForUpdates ) BUD::CheckForUpdates( ); g_bIsInitialized = true; printf( "BUD v" #BUD::VERSION_MAJOR "." #BUD::VERSION_MINOR "." #BUD::VERSION_BUILD " BETA loaded." ); return true; }
#define BUD_USE_WHIRLPOOL true
#define BUD_MAX_COLUMNS 60
#define BUD_MULTIGET_MAX_ENTRIES 60
#define BUD_MULTISET_MAX_ENTRIES 60
#define BUD_CheckForUpdates
#define SSCANF_OnFilterScriptInit
put those:
pawn Код:
|
C:\Users\Nick\Desktop\Ny mapp\gamemodes\gamemode.pwn(12) : warning 201: redefinition of constant/macro (symbol "BUD_USE_WHIRLPOOL") C:\Users\Nick\Desktop\Ny mapp\gamemodes\gamemode.pwn(13) : warning 201: redefinition of constant/macro (symbol "BUD_MAX_COLUMNS") C:\Users\Nick\Desktop\Ny mapp\gamemodes\gamemode.pwn(14) : warning 201: redefinition of constant/macro (symbol "BUD_MULTIGET_MAX_ENTRIES") C:\Users\Nick\Desktop\Ny mapp\gamemodes\gamemode.pwn(15) : warning 201: redefinition of constant/macro (symbol "BUD_MULTISET_MAX_ENTRIES") ZombieHell/Commands.pwn(13) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(58) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(108) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(135) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(183) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(242) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(259) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(279) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(298) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(327) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(367) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(418) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(450) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(489) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(517) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(543) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(561) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(580) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(601) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(624) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(644) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(666) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(693) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(760) : error 017: undefined symbol "sscanf" ZombieHell/Commands.pwn(779) : error 017: undefined symbol "sscanf" ZombieHell/ZombieAI.pwn(106) : error 025: function heading differs from prototype Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.