diff --git a/scripts/server/help.js b/scripts/server/help.js index a3119268..9e66aa7e 100644 --- a/scripts/server/help.js +++ b/scripts/server/help.js @@ -16,22 +16,28 @@ function initHelpScript() { // =========================================================================== let randomTips = [ - `[#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.`, - `[#FFFFFF]Weapons can be legally purchased at ammunation, if you have a weapon license.`, + //`[#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.`, + //`[#FFFFFF]Weapons can be legally purchased at ammunation, if you have a weapon license.`, `[#FFFFFF]Look for yellow dots on your map for job locations.`, `[#FFFFFF]You can set custom key binds. Use [#AAAAAA]/help keys [#FFFFFF] for details.`, - `[#FFFFFF]Tax is based on your total wealth. This includes money, vehicles, businesses and more.`, - `[#FFFFFF]Don't go broke because of a hospital bill! Get insured today by visiting an insurance agency!`, - `[#FFFFFF]Don't go broke because your car was destroyed. Visit an insurance agency today!`, - `[#FFFFFF]You can find most locations by using [#AAAAAA]/gps`, + //`[#FFFFFF]Tax is based on your total wealth. This includes money, vehicles, businesses and more.`, + //`[#FFFFFF]Don't go broke because of a hospital bill! Get insured today by visiting an insurance agency!`, + //`[#FFFFFF]Don't go broke because your car was destroyed. Visit an insurance agency today!`, + //`[#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]Want to advertise your business? Visit the news station and place an /ad today!`, + `[#FFFFFF]You can edit your keybinds using [#AAAAAA]/keybinds`, + //`[#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`, + `[#FFFFFF]Use /buy at a business to purchase items.`, + `[#FFFFFF]Found a bug? Report it with [#AAAAAA]/bug`, + `[#FFFFFF]Have an idea or suggestion for the server? Let the devs know using [#AAAAAA]/idea`, + `[#FFFFFF]Want to buy a business? Use /bizbuy at one for sale`, + `[#FFFFFF]Want to buy a house? Use /housebuy at one for sale`, + `[#FFFFFF]Want to buy a vehicle? Visit a dealership and enter one for info on how to buy it!`, ]; // ===========================================================================