23.12.2011, 18:24
Ok the 1st command worked,
Is there anything where I can stream my own music so It can be in the server?
I mean using virtual DJ.
pawn Код:
if (strcmp("/play radio", cmdtext, true) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
return 1;
}
I mean using virtual DJ.