[PEDIDO] MudarNick com dialogs
#8

se vc ja tem o comando /mudarnick (novo nick)
pode fazer assim

exemplo
no mudar nick coloca pra aparecer o dialog
tipo
ShowPlayerDialog(playerid, 4000, DIALOG_STYLE_INPUT, "Mudar nick", "Nick\nDigite o Novo nome que deseja utilizar", "Ok", "Cancelar");

ondialogresponse

if(dialogid == 4000)
{
if(response == 0)
{
}
if(response == 1)
{
format(string,sizeof(string),"/mudarnick %d",strval(inputtext));
OnPlayerCommandText(playerid,string);
return 1;
}
}
Reply


Messages In This Thread
[PEDIDO] MudarNick com dialogs - by [NWD]Tweener_ - 26.08.2010, 23:05
Re: [PEDIDO] MudarNick com dialogs - by [GET]Vidaloka - 26.08.2010, 23:18
Re: [PEDIDO] MudarNick com dialogs - by [NWD]Tweener_ - 26.08.2010, 23:25
Re: [PEDIDO] MudarNick com dialogs - by Cobertozinho - 26.08.2010, 23:31
Re: [PEDIDO] MudarNick com dialogs - by [GET]Vidaloka - 26.08.2010, 23:36
Re: [PEDIDO] MudarNick com dialogs - by TiagoPS - 27.08.2010, 13:32
Re: [PEDIDO] MudarNick com dialogs - by Infernal_J - 03.09.2010, 11:42
Re: [PEDIDO] MudarNick com dialogs - by blackinhu214 - 03.09.2010, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)