15.01.2018, 06:24
Hi, i wanted to add Last login to /stats, actually i have added it but when i try to update it every login i get weird number
Code:
After update the query:
Code:
PHP код:
new dayx, monthx, yearx, query[280];
getdate(yearx, monthx, dayx);
format(pData[playerid][RLastLogin], 12, "%d/%d/%d", dayx, monthx, yearx);
mysql_format(mysql, query, sizeof(query), "UPDATE `players` SET `RLastLogin` = %e WHERE `ID` = %d",
pData[playerid][RLastLogin], pData[playerid][ID]);
mysql_tquery(mysql, query);
Код:
Last Login: 0.007433102