02.04.2011, 01:32
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