[HELP] House/Bizz/Sbizz 3D Text
#2

Try:
pawn Код:
for(new h = 0; h < sizeof(HouseInfo); h++)
{
    if(HouseInfo[h][hOwned]==0)
    {
        format(string, sizeof(string), "House %d\n[De Vanzare]\nPret:${FFFFFF}%d\n{2CDBDE}Level:{FFFFFF}%d",HouseInfo[h][hValue],HouseInfo[h][hLevel]);
        //Update3DTextLabelText(Text3D:hTextInfo,0x2CDBDEFF,string);
        Update3DTextLabelText(hTextInfo,0x2CDBDEFF,string);
    }
    else
    {
        format(string, sizeof(string), "House %d\nOwner:{FFFFFF}%s\n{2CDBDE}Level:{FFFFFF}%d\n{2CDBDE}Rent:${FFFFFF}%d",HouseInfo[h][hOwner],HouseInfo[h][hLevel],HouseInfo[h][hRent]);
        //Update3DTextLabelText(Text3D:hTextInfo,0x2CDBDEFF,string);
        Update3DTextLabelText(hTextInfo,0x2CDBDEFF,string);
    }
}
https://sampwiki.blast.hk/wiki/Update3DTextLabelText
Reply


Messages In This Thread
[HELP] House/Bizz/Sbizz 3D Text - by Seba97 - 08.11.2011, 09:45
Re: [HELP] House/Bizz/Sbizz 3D Text - by Stigg - 08.11.2011, 11:14
Re: [HELP] House/Bizz/Sbizz 3D Text - by FarSe. - 08.11.2011, 11:45
Re: [HELP] House/Bizz/Sbizz 3D Text - by HappY_eXp - 29.05.2012, 20:02
Re: [HELP] House/Bizz/Sbizz 3D Text - by TzAkS. - 29.05.2012, 20:05

Forum Jump:


Users browsing this thread: 3 Guest(s)