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

Hello

I really need some help with houses/bizzes/Sbizzes 3D text labels:

At the and of /buyhouse, /sellhouse, /setrent , /setrentable...etc I got
PHP код:
OnPropUpdate(); 
I added at the and of Public OnPropUpdate
PHP код:
        for(new 0sizeof(HouseInfo); h++)
        {
            if(
HouseInfo[h][hOwned]==0)
            {
                
format(stringsizeof(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);
            }
            else
            {
                
format(stringsizeof(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);
            }
        } 
When i type /buyhouse (for ex.) the 3d text of the house won't update

What should i do??
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: 1 Guest(s)