Jump to content

Where can I find a countdown script and a script that greats


Guest funtak

Recommended Posts

  • 3 weeks later...
  • 1 year later...

Just make A Script For him...

heres a countdown script.

on *:SIGNAL:mta.command:{
          If ($3 == !countdown) {
           !.timer 1 1 mta.say $1 Count Down!!!
           !.timer 1 1 mta.say $1 5
           !.timer 1 1 mta.say $1 4
           !.timer 1 1 mta.say $1 3
           !.timer 1 1 mta.say $1 2
           !.timer 1 1 mta.say $1 1
           !.timer 1 1 mta.say $1 GO!! GO!! GO!!
      }
   }
}

Link to comment
Just make A Script For him...

heres a countdown script.

on *:SIGNAL:mta.command:{
          If ($3 == !countdown) {
           !.timer 1 1 mta.say $1 Count Down!!!
           !.timer 1 1 mta.say $1 5
           !.timer 1 1 mta.say $1 4
           !.timer 1 1 mta.say $1 3
           !.timer 1 1 mta.say $1 2
           !.timer 1 1 mta.say $1 1
           !.timer 1 1 mta.say $1 GO!! GO!! GO!!
      }
   }


}

wrong. should be

on *:SIGNAL:mta.command:{ 
 If ($3 == !countdown) { 
   !.timer 1 0 mta.say $1 Count Down!!! 
   !.timer 1 1 mta.say $1 5 
   !.timer 1 2 mta.say $1 4 
   !.timer 1 3 mta.say $1 3 
   !.timer 1 4 mta.say $1 2 
   !.timer 1 5 mta.say $1 1 
   !.timer 1 6 mta.say $1 GO!! GO!! GO!! 
 } 
;add more commands here
}
on *:SIGNAL:mta.join:{
 mta.msg $1 $2 Welcome to the server
;add more commands here
} 


Link to comment
Just make A Script For him...

heres a countdown script.

on *:SIGNAL:mta.command:{
          If ($3 == !countdown) {
           !.timer 1 1 mta.say $1 Count Down!!!
           !.timer 1 1 mta.say $1 5
           !.timer 1 1 mta.say $1 4
           !.timer 1 1 mta.say $1 3
           !.timer 1 1 mta.say $1 2
           !.timer 1 1 mta.say $1 1
           !.timer 1 1 mta.say $1 GO!! GO!! GO!!
      }
   }
}

now thats a bump, you realy think after what, like 1/2 years this guy still wants the script ? letalone be around on the forum ?.. :roll:

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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