Help me with own music for Alhambra! PLS!
#8

Quote:
Originally Posted by Fj0rtizFredde
Quote:
Originally Posted by tooomi
okay i kinda got it! i tried it on my home server with my friend!

So when i play song, only I can hear it, and when my friend plays i can't hear it. Is there any script like /playforall or something like that?
Well I think you could do like this:
pawn Код:
if(strcmp(cmdtext, "/playforall", true)==0)
{
for(new i=0; i<MAX_PLAYERS; i++)
{
Audio_Play(i, audioid, bool:pause = false, bool:loop = false, bool:downmix = false);
}
return 1;
}
not the way i did this, but it helped me a lot! thank you! It's working now! thanks again!
Reply


Messages In This Thread
Help me with own music for Alhambra! PLS! - by tooomi - 14.04.2010, 17:51
Re: Help me with own music for Alhambra! PLS! - by Peep - 14.04.2010, 17:58
Re: Help me with own music for Alhambra! PLS! - by tooomi - 14.04.2010, 18:26
Re: Help me with own music for Alhambra! PLS! - by Steven82 - 14.04.2010, 19:53
Re: Help me with own music for Alhambra! PLS! - by Thrarod - 14.04.2010, 19:56
Re: Help me with own music for Alhambra! PLS! - by tooomi - 15.04.2010, 19:13
Re: Help me with own music for Alhambra! PLS! - by Fj0rtizFredde - 15.04.2010, 19:21
Re: Help me with own music for Alhambra! PLS! - by tooomi - 15.04.2010, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)