Skip to content

Commit

Permalink
add redm_tickets description in config
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 17, 2024
1 parent c394bba commit 8f191f5
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion cstrike/addons/amxmodx/configs/redm/gamemode_deathmatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,33 @@
// On spawn protection colors [RGBA]
"redm_protection_color_t": "200 0 0 15",
"redm_protection_color_ct": "0 0 200 15",


/* Number of times a team can
have players respawn before they stop
being able to respawn.
`0` - disabled */
"redm_tickets": "0",

// Tickets HUD update frequency.
"redm_tickets_hud_update_freq": "1.0",

// Minimum percentage of tickets to start blinking.
"redm_tickets_hud_blink_percent": "10",

/* Ticket HUD display type.
0 - without colors and effects;
1 - color, with effects. */
"redm_tickets_hud_type": "1",

// Tickets HUD X position.
"redm_tickets_hud_x": "0.5",

// Tickets HUD Y position.
"redm_tickets_hud_y": "0.12",

// Space between tickets for teams (when type = 2).
"redm_tickets_hud_gap": "10",

// ReDM: Modes
/* Game mode change mode.
`0`, `disable` - disable modes
Expand Down

0 comments on commit 8f191f5

Please sign in to comment.