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!
![Smiley](images/smilies/smile.png)
thanks again!