[Ajuda]Sementes
#1

pawn Код:
// ------------------ [ Sistema de Planta , venda , e colheita ]-------------
    if(strcmp(cmd, "/comprarsementes", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /comprarsementes [Quantidade]");
                return 1;
            }
            new quantique = strval(tmp);
            if(GetPlayerMoneyEx(playerid) <= 10*quantique)
            {
                Seeds[playerid] += quantique;
                GivePlayerMoneyEx(playerid, -10*quantique);
            }
            else
            {
                SendClientMessage(playerid, 0xFF0000AA, "* Voce nao tem Dinheiro Sufuciente!");
            }
        }
        return 1;
Sempre que tento comprar, mesmo tendo dinheiro, diz-me que nao tenho dinheiro :S

Alguem me pode ajudar?
Reply


Messages In This Thread
[Ajuda]Sementes - by TiggaNigga - 02.04.2012, 22:19
Re: [Ajuda]Sementes - by paulor - 02.04.2012, 22:27
Re: [Ajuda]Sementes - by DouglasRodrigues - 02.04.2012, 22:29
Re: [Ajuda]Sementes - by TiggaNigga - 02.04.2012, 22:36
Re: [Ajuda]Sementes - by paulor - 02.04.2012, 22:39
Re: [Ajuda]Sementes - by TiggaNigga - 02.04.2012, 22:45

Forum Jump:


Users browsing this thread: 4 Guest(s)