From d05d242a440a3931fd47a8cd5ef319cf19989fd3 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sun, 27 Feb 2022 00:09:33 +0100 Subject: [PATCH] actions_on_button_press 1.1.1 --- actions_on_button_press/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions_on_button_press/README.md b/actions_on_button_press/README.md index 604fdfb..d83c834 100644 --- a/actions_on_button_press/README.md +++ b/actions_on_button_press/README.md @@ -1,6 +1,6 @@ # Actions On Button Press -These scripts allow players on the server to press a button (displayed on screen) to trigger a function +These scripts allow players on the server to press a button (displayed on screen) to trigger a function. Note that if you combine several scripts you will have to change the texts positions so that they don't overlap by changing the last value in `setPoint()` You can also change the text's position in `setPoint()` and the size and font type in `createServerFontString()` @@ -34,4 +34,4 @@ The player dies when pressing the button Allows the players to toggle their vote to change the `camera_thirdPerson` dvar on the server (players vote no by default) When everyone votes yes the server changes the dvar and resets the vote counts. -Bots are ignored for the votes. \ No newline at end of file +Bots are ignored for the votes.