3d text label problem
#1

I have a 3d text at houses and at information i have max 50 characters and it dosen`t show how it must.

At informatii it must be:Living IV dormitoare,Bucatarie.. and it`s not showing..
The string is biger than it must
Reply
#2

Show the code.
Reply
#3

pawn Код:
if(HouseInfo[h][hOwned] == 0)
        {
            new str[8192];
            format(str, sizeof(str), "{F81414}[{FFFFFF}DE VANZARE{F81414}]\n {F81414}Proprietar: {FFFFFF}%s\n {F81414}Tip: {FFFFFF}%s\n {F81414}Informatii: {FFFFFF}%s\n {F81414}Pret: {FFFFFF}%d Lei",HouseInfo[h][hOwner],HouseInfo[h][hType],HouseInfo[h][hDiscription],HouseInfo[h][hValue]);
            housesale = Create3DTextLabel(str,0x006400FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1);
            AddStaticPickup(1273, 2, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
        }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)