Compile Warning Help
#1

Код:
F:\Server\Wild Stunt Mania\filterscripts\DAdmin.pwn(524) : warning 206: redundant test: constant expression is non-zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Help ! and thanks in advance !
Reply
#2

show line 524
Reply
#3

Line 524:
pawn Код:
if(USE_DIALOGS == true) return 1;
Reply
#4

Is use dialogs a variable or a bool? If it's a variable, make it

pawn Код:
if(USE_DIALOGS == 1) return 1;
Reply
#5

Its a bool...
When i add that
I am getting tag mismatch error!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)