[AUDA] Pegar Materiais Das Mafias Bulgado
#4

Mano nгo sei se vai mas tente ai.

pawn Код:
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 > 100)
                {
                SendClientMessage(playerid, COLOR_GRAD2, "nгo pode menos de 1 e nem mais de 100");
                return 1;
                }
    if(PlayerInfo[playerid][psMats] >= quantidade)
    {
        PlayerInfo[playerid][pMats] = PlayerInfo[playerid][pMats]+quantidade;
        PlayerInfo[playerid][psMats] = PlayerInfo[playerid][psMats]-quantidade;
        format(string, sizeof(string), "* Vocк pegou %d materiais no esconderijo!",quantidade);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
        return 1;
            }
            else
            {
            SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo tem tudo isso!");
            return 1;
            }
            }
Reply


Messages In This Thread
[AUDA] Pegar Materiais Das Mafias Bulgado - by Leo_Lost - 14.07.2011, 12:22
Re: [AUDA] Pegar Materiais Das Mafias Bulgado - by Macintosh - 14.07.2011, 13:14
Re: [AUDA] Pegar Materiais Das Mafias Bulgado - by Leo_Lost - 14.07.2011, 13:34
Re: [AUDA] Pegar Materiais Das Mafias Bulgado - by Gabriel Duarte - 14.07.2011, 13:46
Re: [AUDA] Pegar Materiais Das Mafias Bulgado - by Shadoww5 - 14.07.2011, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)