From 2bdc68d770758867868ea4451e2f1c1470b25c3c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 25 Dec 2020 22:49:18 -0600 Subject: [PATCH] Add /ad info to random tips --- scripts/server/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/server/help.js b/scripts/server/help.js index d8ebf405..aa9a0421 100644 --- a/scripts/server/help.js +++ b/scripts/server/help.js @@ -21,8 +21,9 @@ let randomTips = [ `[#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 businesses and 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]Want to advertise your business? Visit the news station and place an /ad today!`, ]; // ----------------------------------------------------------------------------