1
2
Feb 17 2004, 2:31 pm (Edited on Feb 18 2004, 12:35 pm)
In response to Garthor
|
|
Sorry Here
|
In response to Vash_616
|
|
Oh come on can someone please help me? ive been waiting for ever.
|
In response to Vash_616
|
|
Dont beg?
|
In response to Vash_616
|
|
Vash_616 wrote:
Sorry Here > Working code: mob/radio/verb Where is musicplaying variable used in actually? |
In response to PBYOND
|
|
mob the problem is that you can still play a song while another one is playing. and i dont want that |
In response to Vash_616
|
|
mob Let me guess, when you run it, it says: "DJ: Can You wait a few Mins? DJ: Hurry and pick a song" and then lets you pick? It's because, you are saying "If music is playing, take away verb and tell them 'bla bla', then, if they have a radio, add the verb, and tell them 'blabla'" Firstly, change all "if(blabla==1)" to "if(blabla)" and all "if(blabla==0)" to "if(!blabla)". Then, change your "if(usr.gotradio)" to "if(usr.gotradio && !usr.musicplaying)" That should work. ~Ease~ |
In response to Ease
|
|
mob That oughta do it! |
In response to PBYOND
|
|
PBYOND wrote:
> mob That oughta do it! it works but.. it does not stop another user from playing a song and the vote protection off does not work :) i wont complain ill try to mess with it,thank you alot pbyond |
1
2