simple question.
#1

is there a way of sending a music sound to everybody in the server
exmaple i convert a ******* song and want to make everybody hear it how do i do that.
Reply
#2

Yes it is possible by streams , I don't know it but its possible , Wait for others reply !
Reply
#3

Like this......

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer

Send to all....

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConncted(i))  PlayAudioStreamForPlayer();
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)