Ссылка на Сообщение
#1
28.12.2009, 12:46
Author's Readme/Notes:
This is the second version of the say script.
This is much more simple and much better.
Lets say you have 5 lines you want to say but you dont wanna bind one button to one line, lets say you want to bind all 5 lines to one button. Then you can use this script to do it.
If you have different things to say, lets say you want to spam people that a server sucks then use this, but u also wanna say join my server then theres two ways:
1. Download the old one and strugle with it.
2. Make alias "sayall2" and 5-15 new aliases that contains ur message.
3. Duplicate the script and reinstall it with a new name.
The script might be a little longer and heavier but who cares?
NOTE: REMOVING ANY OF THE WAIT ALIASES WILL BRAKE THE SCRIPT!
This is the second version of the say script.
This is much more simple and much better.
Lets say you have 5 lines you want to say but you dont wanna bind one button to one line, lets say you want to bind all 5 lines to one button. Then you can use this script to do it.
If you have different things to say, lets say you want to spam people that a server sucks then use this, but u also wanna say join my server then theres two ways:
1. Download the old one and strugle with it.
2. Make alias "sayall2" and 5-15 new aliases that contains ur message.
3. Duplicate the script and reinstall it with a new name.
The script might be a little longer and heavier but who cares?
NOTE: REMOVING ANY OF THE WAIT ALIASES WILL BRAKE THE SCRIPT!
CODE
alias "w1" "wait;"
alias "w5" "w1;w1;w1;w1;w1;"
alias "w10" "w5;w5;"
alias "w15" "w10;w5;"
alias "w20" "w10;w10;"
alias "w25" "w15;w10;"
alias "w50" "w20;w20;w10;"
alias "w75" "w50;w25;"
alias "say1" "say Message 1"
alias "say2" "say Message 2"
alias "say3" "say Message 3"
alias "say4" "say Message 4"
alias "say5" "say Message 5"
//alias "say6" "say Add your message!"
//alias "say7" "say Add your message!"
//alias "say8" "say Add your message!"
//alias "say9" "say Add your message!"
//alias "say10" "say Add your message!"
alias "sayall" "say1; w75; say2; w75; say3; w75; say4; w75; say5; w75;"
//Add say6, 7, 8 ,9 and 10 if you are using them to.
bind "k" "sayall"
alias "w5" "w1;w1;w1;w1;w1;"
alias "w10" "w5;w5;"
alias "w15" "w10;w5;"
alias "w20" "w10;w10;"
alias "w25" "w15;w10;"
alias "w50" "w20;w20;w10;"
alias "w75" "w50;w25;"
alias "say1" "say Message 1"
alias "say2" "say Message 2"
alias "say3" "say Message 3"
alias "say4" "say Message 4"
alias "say5" "say Message 5"
//alias "say6" "say Add your message!"
//alias "say7" "say Add your message!"
//alias "say8" "say Add your message!"
//alias "say9" "say Add your message!"
//alias "say10" "say Add your message!"
alias "sayall" "say1; w75; say2; w75; say3; w75; say4; w75; say5; w75;"
//Add say6, 7, 8 ,9 and 10 if you are using them to.
bind "k" "sayall"