GhostOne неправильно слоты настраивает. В доте нормально работает, а на этой карте нет. Нумерация слотов неправильная. Close5 - он закрывает совсем другой слот.
В любом созданном конфиге от Ghost One есть инструкция для формирования слотов вручную. А вот и она: Код: # slot structure # [PID] [Download Status] [Slot Status] [Computer] [Team] [Colour] [Race] [Skill] [Handicap] # - PID is always 0 # - Download Status is always 255 # - Slot Status is 0 for open, 1 for closed, 2 for occupied # - Computer is 0 for no, 1 for yes # - Team # - Colour # - Race is 1 for human, 2 for orc, 4 for night elf, 8 for undead, 32 for random (add 64 to any of these for fixed) # - Skill is 0 for easy computer, 1 for normal computer or human, 2 for hard computer # - Handicap is 50/60/70/80/90/100 # map_slot1 = 0 255 0 0 0 1 2 1 100 map_slot2 = 0 255 0 0 0 2 2 1 100 map_slot3 = 0 255 0 0 0 3 2 1 100 map_slot4 = 0 255 0 0 0 4 2 1 100 map_slot5 = 0 255 0 0 0 5 2 1 100 map_slot6 = 0 255 0 0 0 6 2 1 100 map_slot7 = 0 255 2 1 1 8 8 1 100 map_slot8 = 0 255 2 1 1 9 8 1 100 map_slot9 = 0 255 2 1 1 10 8 1 100