Hallo Zusammen,
ich habe mal eine Frage, ich möchte gerne eine eigene Musik ( Kein Radio ) sondern ein MP3 einfügen wie geht das genau, habe gehört das man die MP3 wo hochladen muss und dann den Link posten oder so? kann mir wer helfen? Danke schonmal.
Habe noch was gefunden,
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/play radio", cmdtext, true) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
return 1;
}
if (strcmp("/radio in my pos", cmdtext, true) == 0)
{
new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
GetPlayerPos(playerid, X, Y, Z);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}
return 0;
}
Hat das was damit zu tuhn?
Danke
Gruß Andy