[Ajuda] SetPlayerChatBubble
#1

Bom galera, Fiz um comando que nesse comando cria um dialogo que irб criar uma lista(DIALOG_STYLE_LIST), apуs clicar, vai para um Dialogo que irб digitar algo na caixa de dialogo e irб aparecer em cima da Cabeзa do Jogador(DIALOG_STYLE_INPUT), sу que, quando digito, nгo aparece nada, como posso estб consertando ?

Код:
if(strcmp(cmdtext, "/menu", true) == 0)
	{
		ShowPlayerDialog(playerid, 184, DIALOG_STYLE_LIST, "Menu", "Titulo Personalizado", "Confirmar", "Sair");
		return 1;
	}
Код:
if(dialogid == 184)
	{
	    TogglePlayerControllable(playerid, 1);
	    if(!response) { return 1; }
		switch(listitem)
		{
		    case 0:
		    {
		        ShowPlayerDialog(playerid, 185, DIALOG_STYLE_INPUT, "Titulo Personalizado", "Alterar seu tнtulo\nNгo Uso Espaзo nem Caracteres Subliminares.", "OK", "Voltar");
		        return 1;
		    }
		}
	}
	if(dialogid == 185)
	{
		TogglePlayerControllable(playerid, 1);
		if(response == 0) { return ShowPlayerDialog(playerid, 184, DIALOG_STYLE_LIST, "Menu Zye", "Titulo Personalizado", "Confirmar", "Sair"); }
		{
			SetPlayerChatBubble(playerid, "", 0xffff00FF, 100.0, 100000);
			SendClientMessage(playerid, 0xFFFFFFAA, "Vocк alterou o Tнtulo Personalizado.")
		}
	}
Se alguйm puder me ajudar, agradeceria muito mesmo!
Reply


Messages In This Thread
SetPlayerChatBubble - by AlvaroFranca - 02.03.2017, 22:44
Re: SetPlayerChatBubble - by johntrybescripter - 02.03.2017, 22:48
Respuesta: SetPlayerChatBubble - by AlvaroFranca - 02.03.2017, 22:59
Re: SetPlayerChatBubble - by johntrybescripter - 02.03.2017, 23:03
Respuesta: Re: SetPlayerChatBubble - by AlvaroFranca - 02.03.2017, 23:15
Re: SetPlayerChatBubble - by johntrybescripter - 02.03.2017, 23:17
Respuesta: SetPlayerChatBubble - by AlvaroFranca - 02.03.2017, 23:25
Respuesta: SetPlayerChatBubble - by AlvaroFranca - 02.03.2017, 23:30
Re: SetPlayerChatBubble - by johntrybescripter - 03.03.2017, 00:13

Forum Jump:


Users browsing this thread: 2 Guest(s)