[Ajuda] Estudando essa funзгo
#2

cara isso sao 2 stocks
olha so com identacao

pawn Код:
stock GivePlayerGrana(playerid, ammount)
{
    if(dini_Int(filena(playerid),"CartaoOn") == 0)
    {
        return Grana[playerid] += ammount;
    }
    else return dini_IntSet(filena(playerid),"SaldoBancario",dini_Int(filena(playerid),"SaldoBancario")+ammount);
}

stock GetPlayerGrana(playerid)
{
    if(dini_Int(filena(playerid),"CartaoOn") == 0)
    {
        return Grana[playerid];
    }
    else return dini_Int(filena(playerid),"SaldoBancario"); // <<<< saldo ir mгo?
}
e nao tendi que vc quer
Reply


Messages In This Thread
Estudando essa funзгo - by View - 15.08.2013, 14:34
Re: Estudando essa funзгo - by PT - 15.08.2013, 16:00
Re: Estudando essa funзгo - by View - 16.08.2013, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)