[Ajuda] 3D Label
#2

Conheзo essa GameMode :v

Testa ae:

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

Se tiver problemas em atualizar 3DTextLabel tem que ver onde cria as casas, no caso a stock do AddHouse
Tbm usaria streamer para fazer os 3DTextLabel.
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)