[Ajuda]Textos incompletos do 3dtext
#8

pawn Код:
new stringlabel[256];
for(new h = 0; h < sizeof(HouseInfo); h++)
    {
        if(HouseInfo[h][hOwned] == 0)
        {
            format(stringlabel, sizeof(stringlabel), "[CASA A VENDA]\n|Nome: %s|\n|Preњo:R$ %d|\n|Level: %d|\nPara comprar digite /comprarcasa",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
            HouseInfo[h][hIcon] = CreatePickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
            housesale = Create3DTextLabel(string1,COLOR_BLUE,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1);
            pickups++;
        }
        if(HouseInfo[h][hOwned] == 1)
        {
            HouseInfo[h][hIcon] = CreatePickup(1239, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
                        Delete3DTextLabel(Text3D:housesale);
            pickups++;
        }
Tenta
Reply


Messages In This Thread
[Ajuda]Textos incompletos do 3dtext - by yuryroque - 30.01.2011, 00:35
Re: [Ajuda]Textos incompletos do 3dtext - by blackwave - 30.01.2011, 03:04
Re: [Ajuda]Textos incompletos do 3dtext - by yuryroque - 30.01.2011, 04:02
Re: [Ajuda]Textos incompletos do 3dtext - by ASDF - 30.01.2011, 04:31
Re: [Ajuda]Textos incompletos do 3dtext - by yuryroque - 30.01.2011, 16:38
Re: [Ajuda]Textos incompletos do 3dtext - by zSuYaNw - 30.01.2011, 19:37
Re: [Ajuda]Textos incompletos do 3dtext - by yuryroque - 31.01.2011, 02:16
Re: [Ajuda]Textos incompletos do 3dtext - by -iLusioN- - 31.01.2011, 02:25
Re: [Ajuda]Textos incompletos do 3dtext - by yuryroque - 31.01.2011, 02:56
Re: [Ajuda]Textos incompletos do 3dtext - by yuryroque - 31.01.2011, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)