Jump to content
  • 0

Problema


Diabolix

Question

Salut,revin cu o noua problema din partea GM-ului meu .

Deci cand o casa este de vanzare apare texdrawul cu informatiile , LEVEL , pret .. etc

Dar cand un player o cumpara nu mai arata nimic ... dovada

http://i.imgur.com/uD8ndiq.png  ->> aici cand este de vanzare

http://i.imgur.com/VN0Bn1K.png  ->> aici cand o cumperi .

Join = > RPG.TRUEGAMING.RO

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

if(HouseInfo[h][hOwned] == 0)

        {

            format(bstr, sizeof(bstr), "House %d\nThis house is for sale\nInfo: {FFFFFF}%s\n{13D119}Value: {FFFFFF}$%s\n{13D119}Level: {FFFFFF}%d\n{13D119}to buy this house type /buyhouse.",h,HouseInfo[h][hDiscription],number_format(HouseInfo[h][hValue]),HouseInfo[h][hLevel]);

            HouseInfo[h][hTextInfo] = Create3DTextLabel(bstr,0x13D119FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.5,15,0,1);

            AddStaticPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);

            pickups++;

        }

        if(HouseInfo[h][hOwned] == 1 && HouseInfo[h][hRentabil] == 1)

        {

Poftim

Join = > RPG.TRUEGAMING.RO

Link to comment
Share on other sites

if(HouseInfo[h][hOwned] == 0)

        {

            format(bstr, sizeof(bstr), "House %d\nThis house is for sale\nInfo: {FFFFFF}%s\n{13D119}Value: {FFFFFF}$%s\n{13D119}Level: {FFFFFF}%d\n{13D119}to buy this house type /buyhouse.",h,HouseInfo[h][hDiscription],number_format(HouseInfo[h][hValue]),HouseInfo[h][hLevel]);

            HouseInfo[h][hTextInfo] = Create3DTextLabel(bstr,0x13D119FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.5,15,0,1);

            AddStaticPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);

            pickups++;

        }

        if(HouseInfo[h][hOwned] == 1 && HouseInfo[h][hRentabil] == 1)

        {

Poftim

Aia nu cred ca ii Comanda -_- .

Cauta in GM Cu CTRL + F CMD:buy ( Daca ii ZCMD ) , /buy ( STRCMP ) .

idiots.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.