[Pedido] Comprar VIP in game
#2

Testa algo assim para ver, nem testei to morto de sono.
pawn Код:
if(strcmp(cmd, "/comprarvip", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
        new money = GetPlayerMoney(playerid);
        if(money >= 10000)
        {
            GivePlayerMoney(playerid, -10000);
            PlayerInfo[playerid][pVIP] = 1;
            new year, month, day, hour,minute,second;
            getdate(year, month, day);
            gettime(hour,minute,second);
            PlayerInfo[playerid][pTimeVIP] = 0;
            PlayerInfo[playerid][pDiaVIP] = day;
            PlayerInfo[playerid][pMesVIP] = month+30;
            PlayerInfo[playerid][pAnoVIP] = year;
            if(PlayerInfo[playerid][pMesVIP] > 12)
            {
                PlayerInfo[playerid][pMesVIP] -= 12;
                PlayerInfo[playerid][pAnoVIP]++;
            }
            OnPlayerUpdate(playerid);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Comprar VIP in game - by gmstrikker - 14.12.2013, 01:55
Respuesta: Comprar VIP in game - by ViniKuliveguisky - 14.12.2013, 02:04
Re: Respuesta: Comprar VIP in game - by pedrotvr - 14.12.2013, 02:08
Re: Comprar VIP in game - by pedrotvr - 14.12.2013, 16:35
Re: Comprar VIP in game - by gmstrikker - 14.12.2013, 22:28
Re: Comprar VIP in game - by gmstrikker - 16.12.2013, 00:41
Re: Comprar VIP in game - by Abravanel - 16.12.2013, 00:59
Re: Comprar VIP in game - by gmstrikker - 16.12.2013, 02:01
Re: Comprar VIP in game - by Don_Speed - 16.12.2013, 08:43
Re: Comprar VIP in game - by Schocc - 16.12.2013, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)