need help in last login and register date.
#2

Assuming you already have a saving system, all you need to do is save this string:
Код:
    new iYear, iMonth, iDay;
    getdate(iYear, iMonth, iDay);
    format(PlayerInfo[playerid][pLogin], 10, "%d/%d/%d", iDay, iMonth, iYear);
Where PlayerInfo[playerid][pLogin] is a variable that will hold the last login date. Change that up a little for register date and save it too.
Reply


Messages In This Thread
need help in last login and register date. - by Champ - 07.01.2014, 06:03
Re: need help in last login and register date. - by BlackSirrah239 - 07.01.2014, 08:15

Forum Jump:


Users browsing this thread: 2 Guest(s)