Jump to content

Help with time script


Jumba'

Recommended Posts

me and some guy tried to make a script which you could set a spisific time with it..

'

this:

on *:SIGNAL:mta.command:{

elseif ($1 == !setclock) mta.settime $1 $4-

}

But it does'nt work, anybody knows what's wrong?/

Thx

-Jum

Link to comment
me and some guy tried to make a script which you could set a spisific time with it..

'

this:

on *:SIGNAL:mta.command:{

elseif ($1 == !setclock) mta.settime $1 $4-

}

But it does'nt work, anybody knows what's wrong?/

Thx

-Jum

You need to change the $1 to a $3

on *:SIGNAL:mta.command:{

elseif ($3 == !setclock) mta.settime $1 $4

}

Link to comment
  • Recently Browsing   0 members

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