28.12.2012, 22:27
If you use dialogs, you can use this OnDialogResponse.
Код:
if( strlen( inputtext ) > 20 ) return SendClientMessage( playerid, 0xFFFFFFFF, "Your password is too long." );