StormaX Posted November 6, 2006 Share Posted November 6, 2006 Hey, I made this script all by myself. This is my first rly working and sometimes usefull script Maybe someone needs it to . on *:SIGNAL:mta.command:{ if ( $mta.level($1,$2) >= 2 && $3 == !t && $4 == $4-) mta.settime $1 $4- elseif ($3 == !info) mta.say $1 Multi theft Auto mIRC Admin - Additional Scripts by [XE]StormaX } you can remove the !info : Multi theft Auto mIRC Admin - Additional Scripts by [XE]StormaX ofcourse Have fun with it StormaX Link to comment
lil Toady Posted November 6, 2006 Share Posted November 6, 2006 umm, stormax.. this script will not work if you dont have an admin system with a mta.level alias that returns a number. and wtf is $4 == $4- ? if you wanted to check if there's some text after the command u could just do if ($4) i'd do that so.. if (($mta.level($1,$2) >= 2) && ($3 == !t) && ($4)) mta.settime $1 $4 Link to comment
StormaX Posted November 6, 2006 Author Share Posted November 6, 2006 umm, stormax.. this script will not work if you dont have an admin system with a mta.level alias that returns a number. and wtf is $4 == $4- ? if you wanted to check if there's some text after the command u could just do if ($4) i'd do that so.. if (($mta.level($1,$2) >= 2) && ($3 == !t) && ($4)) mta.settime $1 $4 Haha , Thanks alot toady But ye , i figgerd GRS works with $mta.level($1,$2) to , so most ppl use grs i think And if they have their own admin system , they can make this lil' command then self to Thanks for editing me toady Link to comment
lil Toady Posted November 6, 2006 Share Posted November 6, 2006 that will work with my 10 levels system Link to comment
StormaX Posted November 6, 2006 Author Share Posted November 6, 2006 Yes I also even tested it with your script. And with Oli's GRS. Workx fine. Link to comment
Recommended Posts