12.01.2012, 21:02
You could do something like this: (May not be the best way )
pawn Код:
new Text[5];
if(var[banned] == 1) Text = "Yes";
else Text = "No";
printf("%s",Text); //Or use format etc..