[Ajuda] 3D Label
#1

Como faço para pegar o nome do jogador Dono da casa por uma Label? No caso seria a parte la de baixo "TemDono".
Eu tentei fazer, porem a label nao atualizava.

PHP код:
if(dini_Int(house"TemDono") == 0)
{
        
HousePickup[houseid] = CreatePickup(127323iconXiconYiconZ);
        
housemapicon[houseid] = CreateDynamicMapIcon(iconXiconYiconZ31, -1, -1, -1, -150.0);
        
format(stringsizeof(string), "Casa ( ID: %d )\nValor: $%d\n/InfoCasa "dini_Int(house"Casaid"), hInfo[houseid][Cost]);
        
Create3DTextLabel(string0xFFFFFFFFiconXiconYiconZ+0.5018.001);
    }
    else if(
dini_Int(house"TemDono") == 1)
    {
        
HousePickup[houseid] = CreatePickup(1952223iconXiconYiconZ);
        
housemapicon[houseid] = CreateDynamicMapIcon(iconXiconYiconZ32, -1, -1, -1, -150.0);
        
format(stringsizeof(string), "Casa ( ID: %d )\n Valor: $%d\n/InfoCasa "dini_Int(house"Casaid"), hInfo[houseid][Cost]);
        
Create3DTextLabel(string0xFFFFFFFFiconXiconYiconZ+0.5018.00,1);
    }

Reply


Messages In This Thread
3D Label - by Geremias1533 - 02.02.2019, 17:12
Re: 3D Label - by AutoMatic2 - 02.02.2019, 18:05
Re: 3D Label - by Geremias1533 - 02.02.2019, 18:48
Re: 3D Label - by ipsLuan - 02.02.2019, 18:56
Re: 3D Label - by AutoMatic2 - 02.02.2019, 19:18
Re: 3D Label - by NWDMadara - 02.02.2019, 20:04
Re: 3D Label - by AutoMatic2 - 02.02.2019, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)