[Ajuda] Se escrever nada no dialog (inputtext)
#3

Quote:
Originally Posted by Los
Посмотреть сообщение
pawn Код:
if(!strlen(inputtext)) return SendClientMessage(playerid, -1, "Escreva algo!");
Para os acentos, utilize strfind.
Poe para retornar o dialog, assim nгo precisa abrir novamente
pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, ID do dialog, DIALOG_STYLE_INPUT,"lalala","Digite algo aceitavel", "Confirmar","Fechar");
Tipo assim, foi um exemplo, edita aн como quiser e tals.
Jб sobre o espaзo, usa assim :
pawn Код:
if(strfind(inputtext," ",true) == -1)
{
    //funзoes
}
else { ShowPlayerDialog(playerid,ID DO DIALOG, DIALOG_STYLE_INPUT,"lalala","Digite novamente, nao pode conter espaзos","Confirmar","Fechar");   }
Ajudei? +rep =D
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)