[Ajuda] sistema de setplayerchatbubble
#1

Bom Fiz esse sistemas de Titulos mas queria saber como faзo pra ele ficar pois quando falo no chat ele sai e Tbm Quando eu escolhesse outro ele fosse eliminado
pawn Код:
case 0:
            {
                SendClientMessage(playerid, COR_TITULO, "Titulo da Sua Organizaзгo Carregado Com Sucesso.");
                //SetPlayerChatBubble(playerid, "Policia Militar", COR_TITULO, 1, 1);
                format(string, sizeof(string), "%s",NomeORG(playerid));
                SetPlayerChatBubble(playerid, string, COR_TITULO, 150.0, 999999999999);
                return 1;
            }
case 1:
            {
                if(PlayerInfo[playerid][pAdmin] == 0)
                {
                    SendClientMessage(playerid, COR_TITULO, "Vocк Nao й Um Admin Para usar este Titulo.");
                    return 1;
                }
                if(PlayerInfo[playerid][pAdmin] >= 1)
                SetPlayerChatBubble(playerid, "Administrador", COR_TITULO, 150.0, 999999999999);
                return 1;
            }
Reply
#2

Utilize Create3DTextLabel , e para colocar no player Attach3DTextLabelToPlayer
Reply
#3

Mas Tipo o Create3dTextlabel eu ja usei e Fica estranho pois ele Fica na frente do chat encima da cabeзa do player ai quando falar no chat as letra se mistura tudo e fica feio
Reply
#4

pawn Код:
case 0:
            {
                SendClientMessage(playerid, COR_TITULO, "Titulo da Sua Organizaзгo Carregado Com Sucesso.");
                //SetPlayerChatBubble(playerid, "Policia Militar", COR_TITULO, 1, 1);
                format(string, sizeof(string), "%s",NomeORG(playerid));
                SetPlayerChatBubble(playerid,string,COR_TITULO, 100.0, 10000);
                return 1;
            }
case 1:
            {
                if(PlayerInfo[playerid][pAdmin] == 0)
                {
                    SendClientMessage(playerid, COR_TITULO, "Vocк Nao й Um Admin Para usar este Titulo.");
                    return 1;
                }
                if(PlayerInfo[playerid][pAdmin] >= 1)
                SetPlayerChatBubble(playerid,"Administrador",COR_TITULO, 100.0, 10000);
                return 1;
            }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)