Using integer to create text.
#2

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


Messages In This Thread
Using integer to create text. - by Richie - 12.01.2012, 20:49
Re: Using integer to create text. - by Fj0rtizFredde - 12.01.2012, 21:02
Re: Using integer to create text. - by Richie - 12.01.2012, 21:23
Re: Using integer to create text. - by Jefff - 12.01.2012, 22:26
Re: Using integer to create text. - by Richie - 12.01.2012, 22:37

Forum Jump:


Users browsing this thread: 1 Guest(s)