From b454277be199e1eeeb71ccbd013378f27580dca3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:44:48 -0600 Subject: [PATCH] Add a few new help tips --- scripts/server/help.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/server/help.js b/scripts/server/help.js index b5e86c69..ffc830d5 100644 --- a/scripts/server/help.js +++ b/scripts/server/help.js @@ -11,7 +11,7 @@ // ------------------------------------------------------------------------- let randomTips = [ - `[#FFFFFF]Press [#0066FF]E [#FFFFFF]near a taxi if you need a ride.`, + `[#FFFFFF]Hold [#0066FF]E [#FFFFFF]to hail a nearby taxi if you need a ride.`, `[#FFFFFF]Press [#0066FF]G [#FFFFFF]to enter a vehicle as passenger.`, `[#FFFFFF]Banks can provide loans. Use [#AAAAAA]/help loans [#FFFFFF] for more details.`, `[#FFFFFF]Want to make a clan? Use [#AAAAAA]/help clans [#FFFFFF] for details.`, @@ -24,6 +24,9 @@ let randomTips = [ `[#FFFFFF]You can find most locations by using [#AAAAAA]/gps`, `[#FFFFFF]Use /notips if you don't want to see tips and extra information`, `[#FFFFFF]Want to advertise your business? Visit the news station and place an /ad today!`, + `[#FFFFFF]You can edit your keybinds using [#AAAAAA]/keybind`, + `[#FFFFFF]You can change your quick item display. Choices are GTAV-style pie menu or Minecraft-style hotbar`, + `[#FFFFFF]Press I to see your inventory, and use number keys to select an item`, ]; // -------------------------------------------------------------------------