diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-30 19:33:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-30 19:33:40 -0300 |
commit | d936a2e5ffa6097135db52ca173ed7cd332767e4 (patch) | |
tree | 01b8b886788f819fc0d5435f668def77ea0dcb2c | |
parent | a75c323e7a9b35f7dcc49c6f86478ec16a3c0419 (diff) | |
download | serverdata-d936a2e5ffa6097135db52ca173ed7cd332767e4.tar.gz serverdata-d936a2e5ffa6097135db52ca173ed7cd332767e4.tar.bz2 serverdata-d936a2e5ffa6097135db52ca173ed7cd332767e4.tar.xz serverdata-d936a2e5ffa6097135db52ca173ed7cd332767e4.zip |
OnLogin: If you're in Jail, send message. reinforce we cannot unjail offline players.
Send message that player have the right of defense. Remember we may change our mind.
Remember innocent people get apology gift. Threat scammers/hackers/etc. which would
be normally banned. Assure GMs will try to make out a compromise and free even if you're guilty.
-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 |