22.03.2018, 18:54
Make use of these following functions:
format
SendClientMessage
getdate
GetPlayerName
In the login function, fetch the last online date and format the message and send it. Save the date.
In the register function, fetch the date, the account name and password. Do the same as the login one, format it and send it. Save the date.
That's it.
format
SendClientMessage
getdate
GetPlayerName
In the login function, fetch the last online date and format the message and send it. Save the date.
In the register function, fetch the date, the account name and password. Do the same as the login one, format it and send it. Save the date.
That's it.