in game ******* searcher + player help
#1

.....................
Reply
#2

Quote:
Originally Posted by gurmani11
Посмотреть сообщение
hi i have riccor's ******* Searcher + reproducer
but it dont work :<
help me with it plz

the file is here
its @riccor's
I modifed a ******* streamer and hosted on my website:
pawn Код:
#define *******StopStreamForPlayer(%1) StopAudioStreamForPlayer(%1)

stock *******StreamForPlayer(playerid, vlink[])
{
    new videoid[128], mp3link[128];
    strmid(videoid,vlink,strfind(vlink,"v=")+2,strfind(vlink,"v=")+15);
    format(mp3link,128,"http://admigos.net/*******.php?videoid=%s",videoid);
    PlayAudioStreamForPlayer(playerid,mp3link);
return 1;
}
stock *******StreamForAll(vlink[])
{
new videoid[128], mp3link[128];
    strmid(videoid,vlink,strfind(vlink,"v=")+2,strfind(vlink,"v=")+15);
    format(mp3link,128,"http://admigos.net/*******.php?videoid=%s",videoid);
for(new i=0;i<MAX_PLAYERS;i++) PlayAudioStreamForPlayer(i,mp3link);
return 1;
}
stock *******StopStreamForAll()
{
for(new i=0;i<MAX_PLAYERS;i++) StopAudioStreamForPlayer(i);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)