[DUV] Dinheiro
#3

vc pode fazer assim:
pawn Код:
stock GivePlayerMoneyEx(playerid, money)
{
    GivePlayerMoney(playerid, money);
    format(log,sizeof log,"CONTAS/%s.ini",Nome(playerid));
    dini_IntSet(log,"Dinheiro",GetPlayerMoney(playerid));
    return 1;
}
ai troca todos seus GivePlayerMoney por GivePlayerMoneyEx
Reply


Messages In This Thread
[DUV] Dinheiro - by Hashtag - 20.11.2011, 19:12
Re: [DUV] Dinheiro - by ReDKiiL - 20.11.2011, 19:21
Re: [DUV] Dinheiro - by Pharrel - 20.11.2011, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)