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
This commit is contained in:
Resxt
2022-03-16 18:59:26 +01:00
parent 5f6d5b95fe
commit dbb53a7008
4 changed files with 40 additions and 27 deletions

View File

@ -2,6 +2,16 @@
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
@ -9,8 +19,4 @@ Display the player's killstreak, total kills and deaths on top of the screen
<summary>Image</summary>
![image](images/display_player_stats.png)
</details>
## change_team_names.gsc
Change the team names to custom names depending on the game mode
</details>