summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-14 22:16:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-14 22:16:37 -0300
commit492ebc4e91597e29db5caff15e2114a4ce6a65f0 (patch)
tree969933701ffeed9b1a463bf0b40c79ca4e2c1dbc
parent07a2174205e60ffab451de1017c9f7e05c22fe6f (diff)
downloadserverdata-492ebc4e91597e29db5caff15e2114a4ce6a65f0.tar.gz
serverdata-492ebc4e91597e29db5caff15e2114a4ce6a65f0.tar.bz2
serverdata-492ebc4e91597e29db5caff15e2114a4ce6a65f0.tar.xz
serverdata-492ebc4e91597e29db5caff15e2114a4ce6a65f0.zip
Add workaround
-rw-r--r--npc/commands/kami.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 65bec455..c9edc769 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -36,6 +36,10 @@ OnInstNuke:
}
end;
+OnDelCells:
+ delcells implode(.@atcmd_parameters$, " ");
+ end;
+
OnHotfix1:
maptimer2(getmap(), 10, "Alissa#ED1::OnFin");
end;
@@ -83,6 +87,7 @@ OnInit:
bindatcmd "instnuke", "@k::OnInstNuke", 99, 100, 1;
bindatcmd "hotfix", "@k::OnHotfix1", 99, 100, 1;
bindatcmd "altfix", "@k::OnHotfix2", 99, 100, 1;
+ bindatcmd "delcells", "@k::OnDelCells", 99, 100, 1;
end;
}