Guest Posted June 13, 2004 Share Posted June 13, 2004 Where can I find a countdown script and a script that greats? Ive seen them on other servers and I cant find the scripts Link to comment
Aeron Posted June 13, 2004 Share Posted June 13, 2004 Where can I find a countdown script and a script that greats? Ive seen them on other servers and I cant find the scripts CLICK HERE! Link to comment
Guest Posted June 13, 2004 Share Posted June 13, 2004 Dood, I looked all over that thread. CANT find anything. Thats why I posted this one Link to comment
Oli Posted June 13, 2004 Share Posted June 13, 2004 coutdown script is on the bottom of page 5 posted by mrbump Link to comment
[FMJ]Regime Posted July 1, 2004 Share Posted July 1, 2004 LoL... Alias mta.join { mta.say $1 } I know... its very complex... hope you can figure this one out :D:D Link to comment
Guest Posted April 16, 2006 Share Posted April 16, 2006 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
Jeremy Posted April 17, 2006 Share Posted April 17, 2006 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
MeanpantheR Posted April 17, 2006 Share Posted April 17, 2006 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 ?.. Link to comment
Harry Posted April 19, 2006 Share Posted April 19, 2006 Posted: Thu Jul 01, 2004 Locked. Stop bumping Link to comment
Recommended Posts