Новичок
- Статус
- Оффлайн
- Регистрация
- 8 Апр 2022
- Сообщения
- 1
- Реакции
- 0
А я не помню есть ли команда которая обьдиняет 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());
expected a ":";
syntex error ")" line
setclan:
: custom_tag.c_str());