Resxt dbb53a7008 Added disable_explosive_damage
Moved disable_explosive_damage to small scripts (deleted disable_explosive_damage folder)

Updated small_scripts README to respect files ordering

Refactor

Fix for useless warnings in console
2022-03-16 18:59:26 +01:00

22 lines
627 B
Markdown

# Small scripts
Simple drag and drop scripts
## change_team_names.gsc
Change the team names to custom names depending on the game mode
## disable_self_explosive_damage.gsc
Prevents players from dying to their own grenades and rockets.
Note that if you shoot enough rockets (around 20/30) you can still kill yourself.
This also doesn't prevent players from killing themselves when they hold a frag grenade in their hands.
## display_player_stats.gsc
Display the player's killstreak, total kills and deaths on top of the screen
<details>
<summary>Image</summary>
![image](images/display_player_stats.png)
</details>