O.P. RE: Code for script with sounds
Alright, but I have stil to put this sentence: MsgPlus.AddTimer("Delay", 12000); alway after the firest, the second en something the third sound (if I have 4sounds at ones)
if(Message == "Razzia")
{
ChatWnd.SendMessage("/sound Dj Zany - Razzia");
MsgPlus.AddTimer("Delay", 12000);
ChatWnd.SendMessage("/sound Dj Zany - Razzia 2");
MsgPlus.AddTimer("Delay", 12000);
ChatWnd.SendMessage("/sound Dj Zany - Razzia 3");
}
something Likes This?
RE: Code for script with sounds
If Somebody types Razzia, I wil automaticly send the
message /sound Dj Zany - Razzia,
and then it will send those 3 sounds...
but there is no delay.
Could Somebody help me with this?
|