06.03.2018, 15:46
please tell us how to save the player's time of arrival
enum pInfo
{
pDateLogin,
pDateOut
}
new pl[MAX_PLAYERS][pInfo];
in the database created the cells of the format : DATETIME
enum pInfo
{
pDateLogin,
pDateOut
}
new pl[MAX_PLAYERS][pInfo];
in the database created the cells of the format : DATETIME