LastLoggedIn [HELP +REP]
#7

ok here

//put under onplayerdisconnect
INI_WriteInt(file, "pLastLoggedIn", TimeAndDate());
stock TimeAndDate ()
{
new year, month, day, hour, minute, sec, last[50];
getdate(year, month, day);
gettime(hour, minute, sec);
format(last, sizeof(last), "%d:%d:%d | %d/%d/%d", hour, minute, sec, day, month, year);
return last;
}
//------------------------------------------------------------
hope this help
Reply


Messages In This Thread
LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 08:38
Re: LastLoggedIn [HELP +REP] - by Lordzy - 16.11.2014, 08:41
Re: LastLoggedIn [HELP +REP] - by Capua - 16.11.2014, 08:45
Re: LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 08:56
Re: LastLoggedIn [HELP +REP] - by semara123 - 16.11.2014, 09:18
Re: LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 09:27
Re: LastLoggedIn [HELP +REP] - by semara123 - 16.11.2014, 09:58

Forum Jump:


Users browsing this thread: 5 Guest(s)