Question
#2

pawn Код:
for ( new i, s = sizeof ( szAvailableName ); i < s; ++i ) {
    if ( !strcmp( params, szAvailableName[ i ] ) ) {
        // return so the code does not continue to the no-match-found block
        return 1;
    }
}
// no match found
I also felt I should point out that you spelt 'ecstasy' incorrectly.
Reply


Messages In This Thread
Question - by admantis - 02.04.2011, 01:17
Re: Question - by bigcomfycouch - 02.04.2011, 01:32
Respuesta: Question - by admantis - 02.04.2011, 01:37
Re: Respuesta: Question - by mprofitt - 02.04.2011, 01:40
Respuesta: Question - by admantis - 02.04.2011, 01:41
Re: Question - by Donya - 02.04.2011, 01:42
Re: Question - by bigcomfycouch - 02.04.2011, 01:43
Respuesta: Question - by admantis - 02.04.2011, 01:46

Forum Jump:


Users browsing this thread: 3 Guest(s)