Крч да,помогу пастерам сделать super gang watermark
Put it in menu.cpp or sdk.cpp
credits @gh033ty @pseudocodez
const std::string currentDateTime() {
time_t now = time(0);
struct tm tstruct;
char buf[80];
tstruct = *localtime(&now);
strftime(buf, sizeof(buf)...