From b986940d53643a1ce3618679fc48917032a46570 Mon Sep 17 00:00:00 2001 From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com> Date: Sat, 23 Apr 2022 22:22:34 +0100 Subject: [PATCH] Updated in-game guide. + Added new keybinds and commands to guidehud resource. --- resources/guidehud/config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/guidehud/config.js b/resources/guidehud/config.js index f93dfa167..29cf1bd38 100644 --- a/resources/guidehud/config.js +++ b/resources/guidehud/config.js @@ -131,7 +131,10 @@ var generalhotkeys = [ 'Press F10 to toggle voice proximity.', 'Press Shift + F10 to take out or put away the handheld RP Radio.', 'Press F11 to open Enchanced Camera Menu.', - 'Use /vote in the chat to display the link at the bottom of the screen and in the chat.', + 'Use /chattag {number} in chat to change your chat tag based on your discord roles.', + 'Press /showtags to toggle overhead ID and name tags', + 'Press /seetags to toggle if you can see head tags through walls', + 'Press /setafk to toggle AFK mode on or off (Also automatic after 5 minutes)', ] var rphotkeys = [ @@ -144,6 +147,7 @@ var rphotkeys = [ 'Use /drugdeal {message} in chat to post on the drugdeal website.', 'Use /emotemenu {message} in chat to open up the emote menu.', 'Use /revive or /respawn in chat after the timer is over to respawn or revive.', + 'Use /th to take another player as hostage.', 'Press X to put your hands up.', 'Press B to point.', 'Press U to fall to the floor/RP Death.', @@ -155,6 +159,10 @@ var vehiclehotkeys = [ //'Press U to lock/unlock your vehicle.', 'Press /engine to turn car engine off/on.', 'Press F9 to toggle engine.', + 'Press /dv to delete your vehicle.', + 'Press /speedmeter to toggle the speedmeter in vehicles.', + 'Press /fix to temporarily fix the engine, or fully fix if near a repair point.', + 'Press LEFT ALT to nitro boost in vehicles.', 'Press - for the left blinker, = for the right blinker & ] to put on the hazard lights.', 'You may use /dv to delete your vehicle and /fix to temporarily fix engine, or fix fully if near a repair point.', 'You may use vMenu to customise and modify your vehicle.',