Greetings. I'd like to ask if there is any way I can count weeks and reset player stats? I think I can do something like that to get the current day of the week:
But how would I count weeks? Like if the current day is Sunday and the time is 23:59 or something like that?
Код:
new currentDay[8]
get_time("%w",currentDay,8)
client_print(0,3,"The current day of the week is: %s", currentDay)