[HELP]Create3DtextLabel to sell the house.
#2

pawn Код:
if(HouseInfo[h][hOwned] == 0)
        {
new string[256];
format(string,sizeof(string),"Casa a venda!/nNome: %s /nPreзo: $%d /n Level: %d",housename,price,level);
      Create3DTextLabel(string, 0x556B2FAA, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],30.0,40.0,50.0,40.0,0);
            return 1;
        }
Replace "housename ,price, level" with the names you defined.
Reply


Messages In This Thread
[HELP]Create3DtextLabel to sell the house. - by Blaze_Nigga(BR) - 26.05.2010, 13:56
Re: [HELP]Create3DtextLabel to sell the house. - by [MWR]Blood - 26.05.2010, 16:02
Re: [HELP]Create3DtextLabel to sell the house. - by Blaze_Nigga(BR) - 26.05.2010, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)