29.01.2012, 12:12
Hi, i got two warning "sscanf warning: Format specifier does not match parameter count." 2x
pawn Код:
if( sscanf( inputtext, "d[10]",input ) )
{
ShowPlayerDialog( playerid, 1004, 1, "Ћaidėjo Uћtildymas", "Praљome įvesti laiką(sekundėmis)", "Gerai", "Atgal" );
return true;
}
if( !IsNumeric( inputtext ) )
{
ShowPlayerDialog( playerid, 1004, 1, "Ћaidėjo Uћtildymas", "Praљome įvesti laiką(sekundėmis)", "Gerai", "Atgal" );
return true;
}
sscanf ( inputtext, "d[10]", MutedSeconds[ id ] );
printf ( "Laikas: %i", input );
control [ playerid ] = -1;
}