01.11.2009, 23:14
Career.pwn(187) : warning 206: redundant test: constant expression is non-zero
shouldnt this be an Or statment rather than a comma ??
same with the other "warning 206: redundant test: constant expression is non-zero"
Код:
if(Skin == 61,253)
Код:
if(Skin == 61 || Skin == 253)