i dunno, i dont really wana get involved but at the end of the day, the mods r here to enforce rules, they didnt create them, they're just doing their job...
ive seen DJMills script, and he has the same idea except its for the distance between your charachter and a cop and u become wanted, its a cool feature.
lol i used to have it, when i got broadband, i was suprised at how good it made mta, and the overall speeds of downloading compared to 56k. im also getting upgraded from 1mbit to 2mbit now for free
isin is for when something is in something eg:
on *:SIGNAL:mta.command:{
if xcr isin $mta.name($1,$2) {
mta.kick $1 $2
}
}
iswm:
on *:SIGNAL:mta.command:{
if x* iswm $mta.name($1,$2) {
mta.kick $1 $2
}
}
isin searches for that exact string in the name, whereas iswm is a wildcard.
u can do it with his name, but thats way too unsecure, anyone could connect with his name. if his ip is like 81.*.*.* then write a script so that if $readini(name.ini,admin,admin1) == $mta.name($1,$2) && 81.* iswm $mta.ip($1,$2) { or whatever u want.