What i'm trying to do is make a music player or something.
This is what i so to start playing music:
/mob/verb/Start_Music()
for(var/mob/M in world)
M << sound('sound.ogg')
/mob/verb/Stop_Music()
????????
Thanks in advance,
Lcooper
ID:159703
Jan 25 2009, 1:08 pm
|
|
When i send sound(song) do everyone on the server how do i stop it?
What i'm trying to do is make a music player or something. This is what i so to start playing music: /mob/verb/Start_Music() Thanks in advance, Lcooper |
Also, you should be looping through clients, since it's faster if you have lots of mobs.