[Ajuda] Preciso de ajuda no /aovivo - 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: [Ajuda] Preciso de ajuda no /aovivo (
/showthread.php?tid=376875)
Preciso de ajuda no /aovivo -
Ever_SH - 12.09.2012
Bom eu estava testando meu server e fui testar a org dos repуrteres e vi que nгo dava para falar ao vivo, diz que o cargo й baixo para falar aovivo mais ja testei sendo lider, sub e etc
codigo que esta no meu GM:
Код:
if(strcmp(cmd, "/aovivo", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pMembro] == 9 || PlayerInfo[playerid][pLider] == 9)
{
if(TalkingLive[playerid] != 255)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "* A Conversa AoVivo Terminou.");
SendClientMessage(TalkingLive[playerid], COLOR_LIGHTBLUE, "* A Conversa AoVivo Terminou.");
Controle(playerid, 1);
Controle(TalkingLive[playerid], 1);
TalkingLive[TalkingLive[playerid]] = 255;
TalkingLive[playerid] = 255;
return true;
}
if(PlayerInfo[playerid][pNewsSkill] < 4)
{
SendClientMessage(playerid, COLOR_GREY, " Seu Cargo й baixo para falar com alguem AoVivo !");
return true;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD1, "USE: /aovivo [id]");
return true;
}
Re: Preciso de ajuda no /aovivo -
Tony_Rodrigues - 12.09.2012
й por que precisa ter abilidade de reporter para iniciar um aovivo..GM Base GF e lixo msm

й so deletar a seguinte parte:
pawn Код:
if(PlayerInfo[playerid][pNewsSkill] < 4)
{
SendClientMessage(playerid, COLOR_GREY, " Seu Cargo й baixo para falar com alguem AoVivo !");
return true;
}