diff options
-rw-r--r-- | npc/functions/clientversion.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 6c507ccbc..bacbf3863 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -12,6 +12,13 @@ function script clientupdater { if (getmap() ~= "000-0*") { UPDATE=gettimetick(2); } + // If you're in Jail, show a minor message + if (getmap() == "sec_pri") { + dispbottom l("You seem to be jailed. We cannot unjail offline players, so please don't logout."); + dispbottom l("You have the right to defend yourself if you believe we were wrong. If we find out it's true, you'll receive an apology gift."); + dispbottom l("Note: Unless you were doing something REALLY bad which is harmful to player community (eg. scamming, hacking, DDoS'ing, etc.)"); + dispbottom l("Please contact a GM as soon as possible so we can make out a compromise. You should be liberated even if found guilty."); + } .@dg=0; // ERROR fixing |