29.02.2012, 18:33
Eu tenho um filter Script de Tocar Web Radios quando entra nos carros , mas eu coloquei uma que nao estб tocando :
Essa eu tentei por
Essa aqui ja tinha
Essa eu tentei por
pawn Код:
if(StationiD == 1)
{
KillTimer(HideTimer[playerid]);
PlayAudioStreamForPlayer(playerid, "http://174.36.196.156:7390/");
SetPVarInt(playerid, "StationiD", 1);
TextDrawShowForPlayer(playerid, pRadioStation[playerid]);
TextDrawSetString(pRadioStation[playerid], "Radio Vlogs");
HideTimer[playerid] = SetTimerEx("RadioText", 3000, false, "i", playerid);
}
pawn Код:
else if(StationiD == 2)
{
KillTimer(HideTimer[playerid]);
PlayAudioStreamForPlayer(playerid, "http://tx.whatson.com/icecast.php?i=hits.mp3.m3u");
SetPVarInt(playerid, "StationiD", 2);
TextDrawSetString(pRadioStation[playerid], "Radio Hits");
TextDrawShowForPlayer(playerid, pRadioStation[playerid]);
HideTimer[playerid] = SetTimerEx("RadioText", 3000, false, "i", playerid);
}