add: yb_botskin_[ct/t] to enforce bot skin selection (#166).

add: yb_ping_base_[min/max] sets the base ping for bots, so bots won't have nearly same ping in scoreboard.
This commit is contained in:
ds 2020-10-01 11:42:51 +03:00
commit 5170bb9bcf
3 changed files with 56 additions and 21 deletions

View file

@ -936,7 +936,7 @@ public:
int m_index; // saved bot index
int m_wantedTeam; // player team bot wants select
int m_wantedClass; // player model bot wants to select
int m_wantedSkin; // player model bot wants to select
int m_difficulty; // bots hard level
int m_moneyAmount; // amount of money in bot's bank
@ -1037,7 +1037,7 @@ public:
Deque <int32> m_msgQueue;
public:
Bot (edict_t *bot, int difficulty, int personality, int team, int member);
Bot (edict_t *bot, int difficulty, int personality, int team, int skin);
~Bot () = default;
public: