TextDraw Problems.
#3

You had the ID, Enter price switcher.

PHP код:
if(Biz[i][OwnerID] == -1format(stringsizeof(string), "%s(ID: %d) \nEnter: %d$ \nFor Sale: %d$"Biz[i][Name], iBiz[i][Enter], Biz[i][Price]);
    else
    {
        if(
Biz[i][Price] != 0format(stringsizeof(string), "%s(ID: %d) \nEnter: %i$ \nOwner: %s \nFor Sale: %d$"Biz[i][Name], iBiz[i][Enter], Biz[i][OwnerName], Biz[i][Price]);
        else 
format(stringsizeof(string), "%s(ID: %d) \nEnter: %i$ \nOwner: %s"Biz[i][Name], Biz[i][Enter], iBiz[i][OwnerName]);
    } 
Reply


Messages In This Thread
TextDraw Problems. - by andreistalker - 01.05.2017, 12:25
Re: TextDraw Problems. - by moura98 - 01.05.2017, 12:30
Re: TextDraw Problems. - by DarkSkull - 01.05.2017, 12:41
Re: TextDraw Problems. - by Vince - 01.05.2017, 12:54

Forum Jump:


Users browsing this thread: 1 Guest(s)