Using integer to create text.
#3

im doing it like this, it show Banned: No, but also on players that are actually banned.
pawn Код:
mysql_fetch_field_row(ban, "Banned");
            new BanInfo = strval(ban);
           
            new bantext[15];
            if(BanInfo == 1) bantext = "{EF1717}Yes";
            else bantext = "No";
what did i do wrong?
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)