From d7e712f8270ff4afa7bc3ff78c58fa445d460bc0 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 24 Aug 2021 19:54:02 -0500 Subject: [PATCH] Add keybind and inventory help tips --- scripts/server/help.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/server/help.js b/scripts/server/help.js index e5e505cd..52d203c7 100644 --- a/scripts/server/help.js +++ b/scripts/server/help.js @@ -18,16 +18,14 @@ let randomTips = [ `${getInlineChatColourByName("white")}Look for yellow dots on your map for job locations.`, `${getInlineChatColourByName("white")}You can set custom key binds. Use ${getInlineChatColourByName("lightGrey")}/help keys ${getInlineChatColourByName("white")} for details.`, `${getInlineChatColourByName("white")}Use /notips if you don't want to see tips and extra information`, - `${getInlineChatColourByName("white")}You can edit your keybinds using ${getInlineChatColourByName("lightGrey")}/keybinds`, - `${getInlineChatColourByName("white")}Press I to see your inventory, and use number keys to select an item`, + `${getInlineChatColourByName("white")}You can edit your keybinds using ${getInlineChatColourByName("lightGrey")}/bindkey and /unbindkey`, + `${getInlineChatColourByName("white")}Press ℹ️ to see your inventory, and use number keys to select an item`, `${getInlineChatColourByName("white")}Use /buy at a business to purchase items.`, `${getInlineChatColourByName("white")}Found a bug? Report it with ${getInlineChatColourByName("lightGrey")}/bug`, `${getInlineChatColourByName("white")}Have an idea or suggestion for the server? Let the devs know using ${getInlineChatColourByName("lightGrey")}/idea`, `${getInlineChatColourByName("white")}Want to buy a business? Use /bizbuy at one for sale`, `${getInlineChatColourByName("white")}Want to buy a house? Use /housebuy at one for sale`, `${getInlineChatColourByName("white")}Want to buy a vehicle? Visit a dealership and enter one for info on how to buy it!`, - //`${getInlineChatColourByName("white")}Visit the forum at ${getInlineChatColourByName("lightGrey")}asshatgaming.com`, - //`${getInlineChatColourByName("white")}Chat with us on discord: ${getInlineChatColourByName("lightGrey")}discord.asshatgaming.com`, //`${getInlineChatColourByName("white")}Tax is based on your total wealth. This includes money, vehicles, businesses and more.`, //`${getInlineChatColourByName("white")}Don't go broke because of a hospital bill! Get insured today by visiting an insurance agency!`, //`${getInlineChatColourByName("white")}Don't go broke because your car was destroyed. Visit an insurance agency today!`,