|
Архив - только для чтения |
Модератор форума: andycrowz |
Форум Корзина форума Корзина Не создается дк [Решено] |
Не создается дк [Решено] |
Где вы там 3 увидели то?
Код # Expansion # Description: Allow server to use content from expansions. Checks for expansion-related # map files, client compatibility and class/race character creation. # Default: 2 - (Expansion 2) # 1 - (Expansion 1) # 0 - (Disabled, Ignore and disable expansion content (maps, races, classes) Expansion = 2 Код switch (mapEntry->Expansion()) { default: return CONTENT_1_60; case 1: return CONTENT_61_70; case 2: return CONTENT_71_80; } |
| |||
| |||