splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

competitive not loading #229

Closed SanjaySRocks closed 4 years ago

SanjaySRocks commented 4 years ago

Expected behavior

Enable competitive mode in game and show players colors.

Actual behavior

Not showing player colors and also showing small avatar like casual but actually server running compi mode (tested and checked)

I dont know whats actually causing issue.

Steps to reproduce

borzaka commented 4 years ago

Are you sure that you start your game server with +game_type 0 +game_mode 1?

Try to add sv_competitive_official_5v5 1 to retakes_game.cfg

SanjaySRocks commented 4 years ago

Are you sure that you start your game server with +game_type 0 +game_mode 1?

Try to add sv_competitive_official_5v5 1 to retakes_game.cfg

Thanks mate it was sv_competitive_official_5v5 0 sv_competitive_official_5v5 1

Solved