Jump to content

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


Guest funtak

Recommended Posts

Posted

Where can I find a countdown script and a script that greats? Ive seen them on other servers and I cant find the scripts

Posted
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!

"Never argue with an idiot. They bring you down to their level and beat you with experience."

"Arguing on the internet is like the Special Olympics. Even if you win, you're still retarded."

signature.gif

Posted

Dood, I looked all over that thread. CANT find anything. Thats why I posted this one

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

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!!
      }
   }
}

Posted
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
} 


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

MTA Server Hosting (pm me for details!)

VCES / SAES Clan Member - VCES.net

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

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