[Ajuda] FazerLabel 3D ..........
#7

Testa

PHP Code:
for(new 0MAX_CASASc++)
{
    
format(stringsizeof(string), "/Casas/casa%d.ini"c);
    if(
dini_Exists(string))
    {
        if(
pickupid == dini_Int(string"Id"))
        {
            if(
dini_Int(string"TDono") == 1)
            {
                new 
string2[222];
                
format(string2sizeof(string2),"Casa\nDono: %s \nENTER"dini_Get(string"Dono"), dini_Int(string"Preco"));
                
Create3DTextLabel(string2,0xFFFFFFAAdini_Float(string,"PosX"), dini_Float(string,"PosY"), dini_Float(string,"PosZ")+0.75,20.0,0,1);
            }
             if(
dini_Int(string"TDono") == 0)
            {
                new 
string2[222];
                
format(string2sizeof(string2),"Casa\nDono: Ninguem\nValor: R$%d\n/comprarcasa\nENTER"dini_Int(string"Preco"));
                
Create3DTextLabel(string2,0xFFFFFFAAdini_Float(string,"PosX"), dini_Float(string,"PosY"), dini_Float(string,"PosZ")+0.75,20.0,0,1);
            }
        }
    }

Reply


Messages In This Thread
FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 00:06
Re: FazerLabel 3D .......... - by Dieguinho - 01.03.2014, 00:56
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:06
Re: FazerLabel 3D .......... - by yNexus - 01.03.2014, 01:10
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:24
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:32
Re: FazerLabel 3D .......... - by yNexus - 01.03.2014, 01:59
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 02:05
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 02:07
Re: FazerLabel 3D .......... - by N3XTMapper - 01.03.2014, 02:10

Forum Jump:


Users browsing this thread: 2 Guest(s)