[Ajuda] materiais de mafia bugado
#1

ajuda aki ta bugado, vo la na estaзгo pega material ai fala q с tenho tudo isso.



pawn Code:
if(dialogid == 2583)
    {
        if(!response) { return ShowPlayerDialog(playerid, 2582, DIALOG_STYLE_LIST, "Mafia Menu", "Equipar\nPegar Materiais\nEsconder Materiais", "Confirma", "Cancela"); }
        else if(!IsNumero(inputtext))
        {
            ShowPlayerDialog(playerid,2583,DIALOG_STYLE_INPUT,"Pegar Safe Materiais","Digite a quantia de safe materiais que deseja pegar","Pegar","Voltar");
            SendClientMessage(playerid,COLOR_GREY,"Porfavor,use nъmeros !");
            return 1;
        }
        new quantidade = strval(inputtext);
        if(quantidade < 1 || quantidade > 10000)
        {
            SendClientMessage(playerid, COLOR_GRAD2, "nгo pode pegar menos de 1 e nem mais de 10000");
            return 1;
        }
        if(PlayerInfo[playerid][psMats] >= quantidade)
        {
            PlayerInfo[playerid][pMats] = PlayerInfo[playerid][pMats]+quantidade;
            PlayerInfo[playerid][psMats] = PlayerInfo[playerid][psMats]-quantidade;
            format(gstring, sizeof(gstring), "* Vocк pegou %d materiais no esconderijo!",quantidade);
            SendClientMessage(playerid, COLOR_LIGHTBLUE, gstring);
            return 1;
        }
        else
        {
            SendClientMessage(playerid, COLOR_GREY, "Vocк nгo tem tudo isso!");
            return 1;
        }
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)