File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -203,5 +203,8 @@ mapm_block_voice "1"
203203// Заморозка игроков при голосовании.
204204// При mapm_vote_in_new_round " 1" используется mp_freezetime.
205205// Если поставить значение квара " 2" , то всегда будет использоваться заморозка с помощью флагов.
206+ //
207+ // Важно: заморозка флагами блокирует курсор " GUI" аддона.
208+ //
206209// 0 - disable, 1 - enable, 2 - force use flags
207210mapm_freeze_in_vote " 1"
Original file line number Diff line number Diff line change 1+ ; Configuration file for "Advanced lists" addon
2+ ;
3+ ; Format:
14; <name> <filename> <clear old list> <start> <stop>
25; filename - file must be in config dir
36; anytime - this list will be always loaded
4- ; example
7+ ;
8+ ; Examples:
59; "Day Maps" "maps.ini" "1" "6:00" "22:59"
610; "Night Maps" "nightmaps.ini" "1" "23:00" "5:59"
711; "Another maps" "another.ini" "0" "anytime"
Original file line number Diff line number Diff line change 1+ ; Configuration file for "GUI" addon
2+ ;
13; Sprite doc:
24; All pics should be same size(512x512, 256x256, etc)
35; Zero frame - reserved for "unknown map" frame, you should add "unknown map" frame in each pack.
1517; 0.09 - for 512x512 sprites
1618; 0.18 - for 256x256 sprites
1719;
20+ ; Examples:
1821; sprites/map_manager/pack.spr
1922; de_dust2
2023; de_dust
You can’t perform that action at this time.
0 commit comments