-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# CSDM | ||
Counter Strike 1.6 Deathmatch for ReGameDLL_CS | ||
# CS:DM | ||
|
||
<p align="center">Counter Strike 1.6 Deathmatch Plugin for ReGameDLL_CS</p> | ||
|
||
## Console Variables | ||
<details> | ||
<summary>Click to expand</summary> | ||
|
||
| Variable Name | Default | Description | | ||
|---------------------|:-------:|--------------------------------------------------------------------------| | ||
| csdm_active | 1 | Change variable to enable / disable CS:DM <br>`0` Disable<br>`1` Enable | | ||
| csdm_hide_kill_feed | 0 | Hide other players kill fead and show only yours <br>`0` Disable<br>`1` Enable | | ||
| csdm_hit_indicator | 0 | Indicate when player hit someone on screen <br><br>`0` Disable<br>`1` Show Dot (*)<br>`2` Show crosshair indicator (> <)<br>`3` Show damage (Show damage on screen)<br>`4` Show hitbox (Head, Chest, Stomach etc.) | | ||
| csdm_hs_only_mode | 0 | Only accept hits at head on players <br>`0` Disable<br>`1` Enable | | ||
| csdm_hud_kd_ratio | 1 | Show kill / death ratio, nd headshot percentage in hud message <br>`0` Disable<br>`1` Enable | | ||
| csdm_kill_fade | 2 | Fade screen after a kill <br>`0` Disable<br>`1` Enable<br>`2` For headshots only | | ||
| csdm_kill_hp | 15 | Health healed after a normal kill <br>`0` Disable<br>`value` HP to restore | | ||
| csdm_kill_hp_hs | 40 | Health healed after a headshot kill <br>`0` Disable<br>`value` HP to restore | | ||
| csdm_kill_repair_armor | 1 | Armor restore after a kill <br>`0` Disable<br>`1` Enable<br>`2` For headshots only | | ||
| csdm_kill_hp_msg | 1 | Display amount of health healed after a kill <br>`0` Disable<br>`1` Enable | | ||
| csdm_kill_sound | 0 | Enable kill sound <br>`0` Disable<br>`1` Enable<br>`2` For headshots only | | ||
| csdm_money_as_frags | 0 | Show frags number in money <br>`0` Disable<br>`1` Enable | | ||
| csdm_spawn_edit_admin | "" | CSDM spawn editor access, put here SteamID of who is allowed to edit spawns | | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters