-
Автор темы
- #1
А я не помню есть ли команда которая обьдиняет substr & erase
expected a ":";
syntex error ")" line
GoGi1337 approve please Kamazik Senior_Gamania
setclan:
Utils::SetClantag(
g_Options.misc.clantag.sync
?
custom_tag.append(" ").substr(0, static_cast<int>(g_GlobalVars->curtime) % custom_tag.length()).c_str()
?
custom_tag.append(" ").erase(0, static_cast<int>(g_GlobalVars->curtime) % custom_tag.length()).c_str()
: custom_tag.c_str());
syntex error ")" line
setclan:
: custom_tag.c_str());