Jump to content

Time Script


StormaX

Recommended Posts

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 :P

Have fun with it :P

StormaX

Link to comment

umm, stormax.. :roll:

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- ? :P

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
umm, stormax.. :roll:

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- ? :P

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 :P And if they have their own admin system , they can make this lil' command then self to :P

Thanks for editing me toady :P

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...