SA-MP Forums Archive
gente alguem pode mim dizer pq meu servidor ta desligando sozinho - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: gente alguem pode mim dizer pq meu servidor ta desligando sozinho (/showthread.php?tid=640370)



gente alguem pode mim dizer pq meu servidor ta desligando sozinho - Mikael22 - 01.09.2017

[13:04:00] The request failed! The response code was: 200
dar esse erro


Re: gente alguem pode mim dizer pq meu servidor ta desligando sozinho - RodrigoMSR - 01.09.2017

Tem uma proteзгo anti roubo no servidor que acessa um site via HTTP request.

Procure por "HTTP" no gamemode e filterscripts.


Re: gente alguem pode mim dizer pq meu servidor ta desligando sozinho - Mikael22 - 01.09.2017

if(dialogid == 9604) //Menu de Radios 2
{
if(!response) return ShowRadiosForPlayer(playerid);

if(listitem == 0)
{
PlayAudioStreamForPlayer(playerid, "http://live.hunter.fm:82/live");
SendClientMessage(playerid, COLOUR_INFORMACAO, ">> Se nгo estiver ouvindo, verifique se o volume da rбdio nas opзхes do jogo estб correto!");
SendClientMessage(playerid, COLOUR_INFORMACAO, "{FFFFFF} [.:INFO:.] {00FFFF} Rбdio selecionada: {FFFF00}pop1");
OuvindoRadio[playerid] = true;
return 1;
}

if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid, "http://66.85.88.174:80/officemix");
SendClientMessage(playerid, COLOUR_INFORMACAO, ">> Se nгo estiver ouvindo, verifique se o volume da rбdio nas opзхes do jogo estб correto!");
SendClientMessage(playerid, COLOUR_INFORMACAO, "{FFFFFF} [.:INFO:.] {00FFFF} Rбdio selecionada: {FFFF00}pop2");
OuvindoRadio[playerid] = true;
return 1;
}

if(listitem == 2)
{
PlayAudioStreamForPlayer(playerid, "http://192.99.62.212:9628/stream");
SendClientMessage(playerid, COLOUR_INFORMACAO, ">> Se nгo estiver ouvindo, verifique se o volume da rбdio nas opзхes do jogo estб correto!");
SendClientMessage(playerid, COLOUR_INFORMACAO, "{FFFFFF} [.:INFO:.] {00FFFF} Rбdio selecionada: {FFFF00}pop3");
OuvindoRadio[playerid] = true;
return 1;
}
й isso


Re: gente alguem pode mim dizer pq meu servidor ta desligando sozinho - F1N4L - 01.09.2017

Ele se refere а funзгo HTTP.
Procure por: HTTP(