03.10.2012, 11:01
i added in my vip cmd..
and i added on onplayerconnect
It compiles correct, but it doesn't work, pleaze help me with this...
pawn Код:
getdate(year,month,day);
dini_IntSet(path,"vipdate",day);
pawn Код:
new year,month,day;
getdate(year,month,day);
if(day - 0 > dini_Int(path,"Vip"))
{
pInfo[playerid][vip] = 0;
SendClientMessage(playerid,Red,"Your vip subscription is finished");
}