06.08.2013, 09:32
'total' is defined as a macro or a constant somewhere, which means its value can never be changed during runtime. It is also the source of the earlier warning. It would essentially be doing something similar to:
Which will always be true and which is therefore redundant.
pawn Код:
if(1000 > 0)

