[Ajuda] Dialog e comando /darbolsa
#4

pawn Код:
#define bolsa 231123 // top da GM

if(strcmp(cmd,"/darbolsa",true)==0)
{
    new pt[128];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[playerid][pLider] != 7) return SendClientMessage(playerid, COLOR_GREY, "   Vocк nгo й o Prefeito !");

            new moneybolsa = TaxValue;
            if(moneybolsa < 100000) return SendClientMessage(playerid, COLOR_GREY, "   Nгo hб R$100.000 no impostфmetro !");

            if(players <= 15) return SendClientMessage(playerid, COLOR_GREY, "  Nгo Tem 15 jogadores Online !");

            new price = 100000 / players;
            {
                format(pt, sizeof(pt), "Vocк deu o bolsa famнlia para todos os players!\n* Vocк recebeu R$%d do Bolsa Famнlia pelo Prefeito.", price);
                ShowPlayerDialog(playerid, bolsa, DIALOG_STYLE_MSGBOX, "Bolsa", pt, "Ok", #);
                GivePlayerMoney(i,price);
                tirarbolsa = TaxValue - 100000;
            }
        }
        SaveStuff();
    }
    return true;
}
Reply


Messages In This Thread
Dialog e comando /darbolsa - by lokos45 - 08.09.2013, 19:27
Re: Dialog e comando /darbolsa - by Coe1 - 08.09.2013, 19:35
Re: Dialog e comando /darbolsa - by lokos45 - 08.09.2013, 19:53
Re: Dialog e comando /darbolsa - by PT - 08.09.2013, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)