11.03.2014, 03:49
gente ta aqui eu to com 2 sistema que foi feito por min so as radios que nao e esse de radios pega tudo certo mais й so eu que ouvo a musica o que tem de errado com ele ?
ja esse pega tudo certo muita gente ouve mais e so uma musica me ajuda porfavor ae ele
PHP Code:
#include <a_samp>
#define Radios 100
#define AMARELO_FFC 0xFFFF00AA
//-------------------------------------------------
new Float:X, Float:Y, Float:Z, Float:Distance = 30.0;
public OnFilterScriptInit()
{
print("** Webs Radios By:[FFC]Twister Carregado Com Sucesso");
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid ==Radios)
{
if(response)
{//Radio Stronda
if(listitem == 0)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Stronda Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Stronda Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://65.60.15.180:8080/", X, Y, Z, Distance, 1);
return 1;
}
//Radio Nova Web
if(listitem == 1)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Nova Web Sintonizada");
GameTextForPlayer(playerid,"~y~Radio NovaWeb Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://69.162.90.148:7080/", X, Y, Z, Distance, 1);
return 1;
}
//Radio FFC
if(listitem == 2)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio FFC Sintonizada");
GameTextForPlayer(playerid,"~Y~Radio FFC Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://184.154.37.136:8087/", X, Y, Z, Distance, 1);
return 1;
}
//Radio Extremo Mix
if(listitem == 3)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Extremo Mix Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Extremo Mix Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://184.154.37.136:8083/", X, Y, Z, Distance, 1);
return 1;
}
//Radio Mantiquera
if(listitem == 4)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Mantiquera Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Mantiquera Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://184.154.37.136:8081/", X, Y, Z, Distance, 1);
return 1;
}
//Click Mix
if(listitem == 5)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Click mix Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Click Mix Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://50.30.33.114:9998", X, Y, Z, Distance, 1);
return 1;
}
//Web Radio Virtual Dj
if(listitem == 6)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Virtual Dj Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Virtual Dj Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://173.212.197.233:7800", X, Y, Z, Distance, 1);
return 1;
}
//Radio Vto Mix
if(listitem == 7)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Vto Mix Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Vto Mix Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://s3.voscast.com:7554/", X, Y, Z, Distance, 1);
return 1;
}
//Radio Team Expert
if(listitem == 8)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Team Expert Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Team Expert Sintonizada",5000,3);
PlayAudioStreamForPlayer(i , "http://64.31.30.91:9980", X, Y, Z, Distance, 1);
return 1;
}
//Radio Relax
if(listitem == 9)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Relax Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Relax Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://streaming18.brlogic.com:8204/live", X, Y, Z, Distance, 1);
return 1;
}
//Radio Novo Milenio
if(listitem == 10)
{
SendClientMessage(playerid, AMARELO_FFC, "Radio Novo Milenio Sintonizada");
GameTextForPlayer(playerid,"~w~Radio Novo Milenio Sintonizada",5000,3);
PlayAudioStreamForPlayer(playerid, "http://174.142.79.66:8110", X, Y, Z, Distance, 1);
return 1;
}
if(listitem == 11)
{
GameTextForPlayer(playerid,"~w~Radio Desligada Com Sucesso!",5000,3);
StopAudioStreamForPlayer(playerid);
return 1;
}
return 1;
}
return 1;
}
return 1;
}
new NaoFloda[MAX_PLAYERS];
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/ligarsom", true))
{
if(NaoFloda[playerid] == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerPos(playerid, X, Y, Z);
if(IsPlayerInRangeOfPoint(i, 30.0, X, Y, Z))
{
NaoFloda[playerid] = 1;
ShowPlayerDialog(playerid, Radios, DIALOG_STYLE_LIST,
"Web Radios By:[FFC]Twister",
"{ADFF2F} Stronda \n{CAE1FF}Nova Web\n{7B68EE}Radio FFC\nRadio Extremo Mix\n{912CEE}Radio Mantiquera\n{CD5C5C}Click Mix\nWeb Radio Virtual Dj\n{F900E0}Radio Vto Mix\nRadio Team Expert\nWeb Radio Relax\nRadio Novo Milenio\n{FFFFFF}Desligar Radio",
"Sintonizar", "Nao Sintoniza");
}
}
}
return true;
}
if(!strcmp(cmdtext, "/desligarsom", true))
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerPos(playerid, X, Y, Z);
if(!IsPlayerInRangeOfPoint(i, 30.0, X, Y, Z))
{
NaoFloda[playerid] = 0;
StopAudioStreamForPlayer(i);
}
}
return true;
}
return false;
}
public OnPlayerStateChange(playerid, newstate, oldstate)
{
// If the player exits a vehicle
if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
{
StopAudioStreamForPlayer(playerid); // Stop the audio stream
}
return 1;
}
//sitema de Web Radio Samp 3D By:[FFC]Twister
PHP Code:
#include <a_samp>
public OnFilterScriptInit()
{
return true;
}
public OnFilterScriptExit()
{
return true;
}
public OnPlayerConnect(playerid)
{
return true;
}
new NaoFloda[MAX_PLAYERS];
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/ligarsom", true))
{
new Float:X, Float:Y, Float:Z, Float:Distance = 30.0;
if(NaoFloda[playerid] == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerPos(playerid, X, Y, Z);
if(IsPlayerInRangeOfPoint(i, 30.0, X, Y, Z))
{
NaoFloda[playerid] = 1;
PlayAudioStreamForPlayer(i, "http://dl.dropboxusercontent.com/s/wkq9pvf6dsgraz4/MC_Marcelly_Bigode_Grosso__CLIPE_OFICIAL__TOM_PRODU_ES_2013.mp3", X, Y, Z, Distance, 1);
}
}
}
return true;
}
if(!strcmp(cmdtext, "/desligarsom", true))
{
new Float:X, Float:Y, Float:Z;
for(new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerPos(playerid, X, Y, Z);
if(!IsPlayerInRangeOfPoint(i, 30.0, X, Y, Z))
{
NaoFloda[playerid] = 0;
StopAudioStreamForPlayer(i);
}
}
return true;
}
return false;
}
public OnPlayerStateChange(playerid, newstate, oldstate)
{
// If the player exits a vehicle
if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
{
StopAudioStreamForPlayer(playerid); // Stop the audio stream
}
return 1;
}