Umm try this:
on *:SIGNAL:mta.enter: {
set %youcar 0
while (%youcar < 26 ) {
if ($mta.name($1,%youcar) != Unknown) && (%youcar. [ $+ [ $1 ] $+ . $+ [ %youcar ] ] == $readini(cars.ini,$mta.name($1, %youcar),$4)) {
mta.msg $1 $2 That car that you enterd is from $mta.name($1, %youcar)
}
inc %youcar
}
}