Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

/del

Код:
Expand Collapse Copy
Void Clantag()
{
    if(g_Options.misc_clantag && g_LocalPlayer)
    {
    static std::string text = "yourclantag";
    Utils::SetClantag(text);
    }
    else if(!g_Options.misc_clatnag)
    Utils::SetClantag("");
    }
 
Код:
Expand Collapse Copy
Void Clantag()
{
    if(g_Options.misc_clantag && g_LocalPlayer)
    {
    static std::string text = "yourclantag";
    Utils::SetClantag(text);
    }
    else if(!g_Options.misc_clatnag)
    Utils::SetClantag("");
    }
Не самая лучшая реализация конечно, попросту не даст поставить клантег из групп стима
 
Код:
Expand Collapse Copy
Void Clantag()
{
    if(g_Options.misc_clantag && g_LocalPlayer)
    {
    static std::string text = "yourclantag";
    Utils::SetClantag(text);
    }
    else if(!g_Options.misc_clatnag)
    Utils::SetClantag("");
    }


happens this
1598747529379.png
 
I dont even know why i gave it to you like that, must be cause im sleepy:

Код:
Expand Collapse Copy
Void Clantag()
{
    if(g_Options.misc_clantag && g_LocalPlayer)
    {
    Utils::SetClantag("clantagtext");
    }
    else if(!g_Options.misc_clatnag)
    Utils::SetClantag("");
    }

@sovve I also use gladiator as my base, if you set clantag to empty text, it returns to normal clantag;
 
Последнее редактирование:
Назад
Сверху Снизу