Jumba' Posted May 1, 2006 Share Posted May 1, 2006 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
Jeremy Posted May 1, 2006 Share Posted May 1, 2006 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
Recommended Posts