12.09.2012, 00:27
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:
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; }