diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-19 13:11:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-19 13:11:11 -0300 |
commit | 23c8af7d99617137301b2d8666dc4448d044f6c5 (patch) | |
tree | 55f2e3167ad71bbac1eefbcf6f48a4a295cf61b1 | |
parent | e5337a4162d2f11221293cd8fabaa7f827fd0758 (diff) | |
download | serverdata-23c8af7d99617137301b2d8666dc4448d044f6c5.tar.gz serverdata-23c8af7d99617137301b2d8666dc4448d044f6c5.tar.bz2 serverdata-23c8af7d99617137301b2d8666dc4448d044f6c5.tar.xz serverdata-23c8af7d99617137301b2d8666dc4448d044f6c5.zip |
Handle vilbou too. You know. Just in case.
-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 a44a535ed..6c91f2898 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -144,6 +144,7 @@ function script checkclientversion { .@dg=1; mesc l("Game Rules were updated!"), 1; mesc l("Use @@ to read the new version.", "@rules"), 1; + mes ""; //GameRules S_NO_NPC_NAME | S_LAST_NEXT; } // Msawis bug @@ -170,6 +171,12 @@ function script checkclientversion { warp "Save", 0, 0; next; } + if (strcharinfo(0) == "vilbou") { + atcommand "@unjail vilbou"; + sc_end SC_JAILED; + if (getmap() ~= "sec_pri") + warp "Save", 0, 0; + } } |