Skip to content

Commit aa0ce7a

Browse files
committed
configs: add some notes
1 parent 75915aa commit aa0ce7a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

addons/amxmodx/configs/map_manager.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
207210
mapm_freeze_in_vote "1"

addons/amxmodx/configs/maplists.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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"

addons/amxmodx/configs/mappacks.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.
@@ -15,6 +17,7 @@
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

0 commit comments

Comments
 (0)