Модератор
Скриптер
Пользователь
- Сообщения
- 1,420
- Реакции
- 2,511
- Помог
- 58 раз(а)
Ahh I understand, so how do I set it to only T?[USER = 3074] CheezPuff [/USER], what is "4"? mp_auto_join_team admit only "0" or "1". This CVar must be used with humans_join_team any / CT / T
That's exactly what I'm trying to sayCheezPuff , CVar humans_join_team must be used (mp_auto_join_team must be enabled). It admit the following values: "any" or "T" or "CT".
thanks i readCheezPuff, as I said before, mp_auto_join_team accept only two values: "0" or "1". You can find the description of each CVar in game.cfg file or there: https://github.com/s1lentq/ReGameDLL_CS#configuration-cvars
if(scoreboard_showmoney.value != -1.0f)
{
MESSAGE_BEGIN(MSG_ONE, gmsgHealthInfo, nullptr, pPlayer->edict());
REGAMEDLL_FIXES