sscanf warning: Format specifier does not match parameter count.
#1

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;
            }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)