[Ajuda] Preciso de ajuda no /aovivo
#1

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;
				}
Reply
#2

й 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;
                }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)