Comment mentions of unfinished features in random tips

This commit is contained in:
Vortrex
2021-04-28 21:26:33 -05:00
parent d3e2190e2f
commit d426d4a9fe

View File

@@ -16,22 +16,28 @@ function initHelpScript() {
// =========================================================================== // ===========================================================================
let randomTips = [ let randomTips = [
`[#FFFFFF]Hold [#0066FF]E [#FFFFFF]to hail a nearby 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]Press [#0066FF]G [#FFFFFF]to enter a vehicle as passenger.`,
`[#FFFFFF]Banks can provide loans. Use [#AAAAAA]/help loans [#FFFFFF] for more details.`, //`[#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]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]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]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]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]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 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]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]You can find most locations by using [#AAAAAA]/gps`,
`[#FFFFFF]Use /notips if you don't want to see tips and extra information`, `[#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]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 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]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]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!`,
]; ];
// =========================================================================== // ===========================================================================