is my code right?
#1

Код:
stock TikrinamVIP(playerid)
{
    new gt = gettime();
	if(user.VipTime[playerid] < gt && user.VipTime[playerid] != -1)
	{
		
		user.pVIP[playerid] = 0;
		user.VipTime[playerid] = -1;
		InfoMSG(playerid, "Your membership is over");
		MySQL_Save ( playerid ) ;
	}
}
Reply


Messages In This Thread
is my code right? - by Renaldasj - 22.02.2014, 19:44
Re: is my code right? - by FaceTutorialz - 22.02.2014, 19:54
Re: is my code right? - by Scenario - 22.02.2014, 19:55

Forum Jump:


Users browsing this thread: 3 Guest(s)