halloo ich wende mich heute ma wieder mit nem problem an euch in der hoffnung ihr könnt mir helfen
es geht um PlayAudioStreamForPlayer
ich hab beim samp wiki geguckt und das verwirrt mich nur
da steht :
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; }
so aber da sind 1. 2 commands dafür und 2. würde ich gern zum beispiel technobase.fm oder hardbase.fm rein machen weiss aber nicht welche URL ich dafür brauch dann und wie das dann genau funktioniert mit einfügen ins script
wäre dankbar für hilfe