05.06.2011, 14:12
How could I make a create3dtextlabel, when I have a business, when there is these:
I have this, but it fails :$,
pawn Code:
BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]
pawn Code:
Create3DTextLabel("%s ~n~~r~Cost price: $%d ~b~Sale price: $%d ~n~ ~g~Earn amount: $%d~n~~w~Owner: %s(%d)",0x008080FF,1960.3783, 1345.1572, 15.3746,40.0,0, BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]);