The songs from ******* work only to me
#1

That what I did -

PHP код:
PlayAudioStreamForPlayer(playerid"http://www.*******-mp3.org/get?video_id=tg00YEETFzg&h=0c3d7743c261e501656116d9333eb7fd&r=1327767799767");
                } 
it's work to me, but all the other can't hear ... maybe in the linux it will work for all?


thank's for helping
Reply
#2

it's because of that "h" code (or "r" code can't remember exactly)...
that code is different for everyone
Reply
#3

Just loop the function through all players.
Reply
#4

Quote:
Originally Posted by Sascha
Посмотреть сообщение
it's because of that "h" code (or "r" code can't remember exactly)...
that code is different for everyone
I don't understand, what to do ?

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
Just loop the function through all players.
no man :X when they play it it's not work, when I play the song it works for me .. only me [who host the server] can hear.
Reply
#5

there is a filterscript on the forum "******* player" or so... check it out, it uses the HTTP function as solution, which will get the correct link codes for each player..
don't ask me for the link, search on your own^^
Reply
#6

you need .mp3 files, i always download then from *******, convert them to mp3 and then upload them on mediafire and i copy the download link... that works fine too XD
Reply
#7

Quote:
Originally Posted by niels44
Посмотреть сообщение
you need .mp3 files, i always download then from *******, convert them to mp3 and then upload them on mediafire and i copy the download link... that works fine too XD
Thanks !
but do you know if it will remove from there after sometimes ?
Reply
#8

I'll give you an answer tommorow
Reply
#9

Make a loop with the foreach include because it's easier than doing the "for(new.." method.
pawn Код:
foreach(Player, i)
{
  PlayAudioStreamForPlayer(i, "/*rest of code here*/");
}
Reply
#10

Quote:
Originally Posted by Steven82
Посмотреть сообщение
Make a loop with the foreach include because it's easier than doing the "for(new.." method.
pawn Код:
foreach(Player, i)
{
  PlayAudioStreamForPlayer(i, "/*rest of code here*/");
}
you don't understand me man .. :\

and it's not so hard to write for(new i; i<=MAX_PLAYERS; i++) I am doing it in close eyes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)