From 90352f90af09fa87091ecef9d2ea7bf94c09f226 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Tue, 22 Mar 2022 16:17:14 +0100 Subject: [PATCH] Update README.md --- small_scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/small_scripts/README.md b/small_scripts/README.md index 0a2e3ab..244f35f 100644 --- a/small_scripts/README.md +++ b/small_scripts/README.md @@ -24,11 +24,11 @@ Display the player's killstreak, total kills and deaths on top of the screen ## hardcore_tweaks.gsc The hardcore mode replaces some game functionalities like enabling friendly fire or disabling killcams. -With this script you override the tweaks the hardcore mode brings. +With this script you can override the tweaks the hardcore mode brings. ## kill_stuck_bots.gsc This is a temporary solution to inactive bots or bots stuck in corners on custom maps. This checks for bots kills and deaths every 30 seconds. If they didn't do any kill or didn't die in 30 seconds they're considered inactive/stuck and they're killed. Obviously a better way to do this would be checking for their positions or removing bad spawns on the map or creating waypoints for the map. -This is just a quick temporary solution that works for me. \ No newline at end of file +This is just a quick temporary solution that works for me.