[Ajuda] Ajuda VIP!
#2

Em OnPlayerLogin, tente isso

pawn Код:
new VIPVencido[MAX_PLAYERS];
if(PlayerInfo[playerid][pVIP] >= 1 && PlayerInfo[playerid][pTimeVIP] < 1)
{
VIPVencido[playerid] = 0;
if(month >= PlayerInfo[playerid][pMesVIP] && year >= PlayerInfo[playerid][pAnoVIP])
{
if(day > PlayerInfo[playerid][pDiaVIP]+3)
{
PlayerInfo[playerid][pVIP] = 0;
SendClientMessage(playerid, COLOR_LIGHTRED, "*SERVER* Seu VIP venceu. Renove seu VIP para ter seu benefinios novamente!");
return 1;
}
}
else
{
VIPVencido[playerid] = 1;
}
}
}
Reply


Messages In This Thread
Ajuda VIP! - by VSxD - 28.06.2013, 19:12
Re: Ajuda VIP! - by clerISoN - 28.06.2013, 19:18
Re: Ajuda VIP! - by VSxD - 28.06.2013, 20:43
Re: Ajuda VIP! - by iTzDemon - 28.06.2013, 20:45

Forum Jump:


Users browsing this thread: 2 Guest(s)