[Ajuda] Como Cria TextLabel no personagem Click..
#10

Quote:
Originally Posted by @Riichard
Посмотреть сообщение
SetTimerEx/SetTimer, Create3DTextLabel, Attach3DTextLabelToPlayer, Variaveis.
Nгo precisa de timer e dependendo do gosto nem de 3DText.

Exemplo:
pawn Код:
enum
{
    desempregado,
    maquinista
}
new Profissao[MAX_PLAYERS];

CMD:maquinista(playerid) {
    Profissao[playerid] = maquinista;
    SendClientMessage(playerid,-1,"Maquinista!");
    at@Status(playerid);
    return 1;
}


at@Status(playerid) {
    if(Profissao[playerid] == maquinista) {
        return SetPlayerChatBubble(playerid, "Maquinista", 0xFFFFFFFF, 40.0, 10000);
    } else if(Profissao[playerid] == desempregado) {
        return SetPlayerChatBubble(playerid, "Desempregado", 0xFFFFFFFF, 40.0, 10000);
    }
    return 1;
}
Reply


Messages In This Thread
Como Cria TextLabel no personagem Click.. - by Zona_Sky - 31.10.2012, 22:37
Re: Como Cria TextLabel no personagem Click.. - by @Riichard - 31.10.2012, 22:48
Re: Como Cria TextLabel no personagem Click.. - by Zona_Sky - 31.10.2012, 22:51
Re: Como Cria TextLabel no personagem Click.. - by Ghost_ - 01.11.2012, 00:13
Re: Como Cria TextLabel no personagem Click.. - by Zona_Sky - 01.11.2012, 01:46
Re: Como Cria TextLabel no personagem Click.. - by Joao Pedro - 01.11.2012, 02:12
AW: Como Cria TextLabel no personagem Click.. - by rogerioexper - 01.11.2012, 12:01
Re: Como Cria TextLabel no personagem Click.. - by Zona_Sky - 01.11.2012, 21:54
Re: Como Cria TextLabel no personagem Click.. - by Joao Pedro - 01.11.2012, 23:11
Re: Como Cria TextLabel no personagem Click.. - by Abravanel - 01.11.2012, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)