04.02.2012, 13:56
Quote:
pawn Код:
|
pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, ID do dialog, DIALOG_STYLE_INPUT,"lalala","Digite algo aceitavel", "Confirmar","Fechar");
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"); }