[Ajuda] Sumir e aparecer text label
#6

n deu tipo
pawn Код:
for(new i=0; i < MAXIMODEPLAYERS; i++)
    {
            if(GetPlayerVehicleID(playerid) == JogadorInfo[i][pCarid])
            {
                if(JogadorInfo[i][pCarid] != JogadorInfo[playerid][pCarid])
                SendClientMessage(playerid,COR_VERMELHA,"Este veнculo tem dono, porйm pode ser puxado a qualquer momento!");
            }
    if(newstate == PLAYER_STATE_DRIVER && JogadorInfo[playerid][pCarid])
    {
    Update3DTextLabelText(TextVeH[playerid], 0xFFFFFFFF, " ");
    EscondeuAText[playerid] = true;
    }
    if(oldstate == PLAYER_STATE_DRIVER && EscondeuAText[playerid])
    {
    new gstring[256];
    format(gstring, 256, "Veнculo de %s\n[ID:%d]", pName(JogadorInfo[playerid][pCarid]), playerid);
    Update3DTextLabelText(TextVeH[playerid], 0xFFFFFFFF, gstring);
    EscondeuAText[playerid] = false;
    }
    }
tipo ta eu e vc
se eu criar um carro e vc n aparece assim
Veiculo de "nome n aparece"\nId : "aparece id do carro"

e se vc cria depois de min o text vai pro teu carro!


e nгo й rpg meu sv intгo nгo й conc
Reply


Messages In This Thread
[Ajuda] Sumir e aparecer text label - by Link_ - 28.09.2011, 18:38
Re: Sumir e aparecer text label - by Bruno Pereira - 28.09.2011, 18:47
Re : Sumir e aparecer text label - by [NWD]Jim._.Carrey - 28.09.2011, 18:48
Re: Sumir e aparecer text label - by Pharrel - 28.09.2011, 18:52
Re: Sumir e aparecer text label - by Link_ - 28.09.2011, 19:04
Re: Sumir e aparecer text label - by Link_ - 28.09.2011, 19:23
Re: Sumir e aparecer text label - by Pharrel - 28.09.2011, 19:33
Re: Sumir e aparecer text label - by Link_ - 28.09.2011, 19:40
Re: Sumir e aparecer text label - by Pharrel - 28.09.2011, 19:43
Re: Sumir e aparecer text label - by Link_ - 28.09.2011, 19:46

Forum Jump:


Users browsing this thread: 2 Guest(s)