blaze.inc errors
#1

Hello there having some problems with blaze.inc system, getting errors from it. Banging my head in the wall right now.

Errors
Код:
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
Blaze.inc file
Код:
	BUD::ReloadTableInfo( );
	BUD::IntegrityCheck( );

	if ( g_bCheckForUpdates )
	BUD::CheckForUpdates( );

	g_bIsInitialized = true;
Reply
#2

there is no point of doing 2 Topics at all, as I said before show me the #include you have in your GM
Reply
#3

Quote:
Originally Posted by Eth
Посмотреть сообщение
there is no point of doing 2 Topics at all, as I said before show me the #include you have in your GM
The problem that i had befor is solved, this is a new one.
Reply
#4

still , show me the #include you have in your GM example:

#include <a_samp>
#include <zcmd>
Reply
#5

Quote:
Originally Posted by Eth
Посмотреть сообщение
still , show me the #include you have in your GM example:

#include <a_samp>
#include <zcmd>
#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <blaze>
#include <zcmd>
#include <FCNPC>
#include <YSI\y_timers>
#include <progress2>
Reply
#6

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>
Reply
#7

Quote:
Originally Posted by Eth
Посмотреть сообщение
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>
Same problem, but manage the system so i only have a problem on the 335 line witch is the BUD:: system
Reply
#8

Код:
#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;
}
Reply
#9

put those:
pawn Код:
#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
after the includes not before it
Reply
#10

Quote:
Originally Posted by Eth
Посмотреть сообщение
put those:
pawn Код:
#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
after the includes not before it
And that made me get this..
Код:
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.
Insted of having 4 errors to deal with :O
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)