20.09.2011, 10:32
Well, the inputtext :
pawn Код:
if( dialogid == 12347 )
{
if( response )
{
SaveIn( "reglog.txt", inputtext );
ShowPlayerDialog( playerid, 12349, DIALOG_STYLE_INPUT, "{0080C0}Highness RolePlay", "How did you find us?", "Next", "" );
}
}