2022-03-16 19:00:50 +01:00

23 lines
632 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>