Next time post in Add-ons section
on *:SIGNAL:mta.command:{
if ($3 == !wanted) {
var %a = 0,%b
while (%a <= $mta.maxplayers($1)) {
if ($readini(wanted.ini,level,$mta.name($1,%a)) >= 1) %b = $iif(!%b,$mta.name($1,%a) ( $+ $readini(wanted.ini,level,$mta.name($1,%a)) $+ ),%b $+ $chr(44) $mta.name($1,%a) ( $+ $readini(wanted.ini,level,$mta.name($1,%a)) $+ ))
}
mta.say $1 Current Wanted Players: $mta.name($1,$2) ( $calc($readini(wanted.ini,level,$mta.name($1,$2)) + 1) ) ,
}
}
P.S: Try to avoid double posting, or just remove your second topic/post if it happened