[Ajuda] Bug no /convidar!
#3

pawn Код:
if(strcmp(cmd, "/convidar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /convidar [playerid/Parte-do-Nick]");
                return 1;
            }
            new para1;
            para1 = ReturnUser(tmp);
            if (PlayerInfo[playerid][pLider] >= 1 || PlayerInfo[playerid][pCargo] >= 5)
            {
                new lolz = GetPlayerOrg(playerid);
                if(TemVaga(lolz) == 0)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Nгo hб mais vagas na lista use /limparvaga primeiro.");
                    return 1;
                }
                if(IsPlayerConnected(para1))
                {
                    if(PlayerInfo[para1][pMembro] != 0 || PlayerInfo[para1][pLider] != 0)
                    {
                        SendClientMessage(playerid, COLOR_GREY, "Este player jб participa de Org/Gang/Mafia.");
                        return 1;
                    }
                    if(para1 != INVALID_PLAYER_ID)
                    {
                        GetPlayerName(para1, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        format(string, sizeof(string), "* %s te convidou para entrar para: %s (digite /aceitar convite) para aceitar.", PlayerName(playerid), NomeORG(playerid));
                        SendClientMessage(para1, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "* Vocк convidou %s para sua organizaзгo: %s.", giveplayer,NomeORG(playerid));
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
                        InviteOffer[para1] = playerid;
                        InviteJob[para1] = lolz;
                        format(strRockstar,sizeof(strRockstar), "{00FFFF}Vocк foi Convidado para a Organizaзгo: %s!\n{FF8000}Deseja Entrar para esta Organizaзгo?\n{0080FF}Se vocк Quiser Entrar Aperte em '{00FFFF}Sim{0080FF}'\n{0080FF}Se nгo Quiser Aperte em '{00FFFF}Nгo{0080FF}'",NomeORG(playerid));
                        ShowPlayerDialog(para1,642,DIALOG_STYLE_MSGBOX,"Convite",strRockstar,"Sim","Nao");
                    }
                }//not connected
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "   Somente lнderes e Sub lideres podem usar este comando !");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Bug no /convidar! - by zGuigui2068 - 19.04.2015, 14:56
Re: Bug no /convidar! - by Dayvison_ - 19.04.2015, 14:58
Re: Bug no /convidar! - by zGuigui2068 - 19.04.2015, 14:59
Re: Bug no /convidar! - by Dayvison_ - 19.04.2015, 15:01
Re: Bug no /convidar! - by zGuigui2068 - 19.04.2015, 15:03

Forum Jump:


Users browsing this thread: 2 Guest(s)