[Ajuda] Sistema de cofre
#2

Ola

Ve se e isso ae, se for depois te ajudo com o /sacar

pawn Код:
if(strcmp(cmd, "/depositar", true) == 0)
{
    format(file, sizeof(file), PASTA_CONTAS, PlayerName(playerid));
    new tmp[256];
    tmp = strtok(cmdtext, idx);
    if (PlayerInfo[playerid][pMember] == 5)
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, GetPlayerColor(playerid), "Use /depositar [quantia].");
            return 1;
        }
        new valor;
        valor = strval(tmp);
        new aname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
        if(PlayerToPoint(Radioballas, playerid, LugarCofreballas))
        {
            new grana;
            grana = GetPlayerMoney(playerid);
            if(grana > valor-1 && valor > 0)
            {
                format(string, sizeof(string), "(INFO) Vocк depositou a quantia de R$:%d.", valor);
                SendClientMessage(playerid, GetPlayerColor(playerid), string);
                Cofreballas += strval(valor);
                dini_IntSet("Cofreballas.ini","Cofreballas",Cofreballas);
                GivePlayerMoney(playerid, -valor);
                return 1;
            }
            else
            {
                SendClientMessage(playerid, GetPlayerColor(playerid), "(ERRO) Vocк nгo tem todo este dinheiro.");
            }
        }
        else
        }
            SendClientMessage(playerid, GetPlayerColor(playerid), "Vocк nгo esta perto do cofre");
        }
    }
    return 1;
}
PT
Reply


Messages In This Thread
Sistema de cofre - by LeonardoBCF - 23.04.2013, 20:36
Re: Sistema de cofre - by PT - 24.04.2013, 08:13
Re: Sistema de cofre - by LeonardoBCF - 24.04.2013, 16:41
Re: Sistema de cofre - by MatheusAlcapone - 24.04.2013, 16:44
Re: Sistema de cofre - by LeonardoBCF - 24.04.2013, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)