[Ajuda] Como se faz?
#6

pawn Код:
if(Command("/MudarTexto")) return ShowPlayerDialog(playerid, 100, DIALOG_STYLE_INPUT, "TextDraw", "Digite abaixo o texto para a TextDraw", "Alterar", "Cancelar");

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 100)
    {
        if(!response) return 1;
        if(!strlen(inputtext)) return ShowPlayerDialog(playerid, 100, DIALOG_STYLE_INPUT, "TextDraw", "Digite abaixo o texto para a TextDraw", "Alterar", "Cancelar");
        TextDrawSetString(TextDraw, inputtext);
    }
    return 1;
}
Reply


Messages In This Thread
Como se faz? - by LeandroSantos - 18.09.2014, 15:45
Re: Como se faz? - by connork - 18.09.2014, 15:49
Re: Como se faz? - by LeandroSantos - 18.09.2014, 15:50
Re: Como se faz? - by connork - 18.09.2014, 15:52
Re: Como se faz? - by LeandroSantos - 18.09.2014, 20:20
Re: Como se faz? - by connork - 18.09.2014, 20:30
Re: Como se faz? - by LeandroSantos - 28.01.2015, 12:14
Re: Como se faz? - by FStralioti - 28.01.2015, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)