From 98d06167295dfbae928c60b9c3f583118085a9c6 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Wed, 30 Mar 2022 00:29:38 +0200 Subject: [PATCH] Update README.md --- small_scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small_scripts/README.md b/small_scripts/README.md index 93dd8a1..3aa91c0 100644 --- a/small_scripts/README.md +++ b/small_scripts/README.md @@ -42,7 +42,7 @@ This is a script that kills players when they are under the map. Some maps don't have a script to kill players under the map and they can exploit it to kill players while being under the map. Go under the map on the barrier and check the console to get the value to check. Then open the in-game console and type `mapname` to get the map name. -Finally simply add a to the `switch (map_name)` with the `mapname` value for the case and the `self.origin[2]` value as the returned value. +Finally simply add a case to the `switch (map_name)` with the `mapname` value as the case and the `self.origin[2]` value as the returned value. ## kill_stuck_bots.gsc