mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -50,11 +50,11 @@ local tool_gui_arty_b = Gui.element("tool_gui_arty_b")
|
|||||||
):on_click(function(def, player, element)
|
):on_click(function(def, player, element)
|
||||||
if Selection.is_selecting(player, SelectionArtyArea) then
|
if Selection.is_selecting(player, SelectionArtyArea) then
|
||||||
Selection.stop(player)
|
Selection.stop(player)
|
||||||
player.print{ "exp-commands_waterfill.exit" }
|
player.print{ "exp-commands_artillery.exit" }
|
||||||
|
|
||||||
else
|
else
|
||||||
Selection.start(player, SelectionArtyArea)
|
Selection.start(player, SelectionArtyArea)
|
||||||
player.print{ "exp-commands_waterfill.enter" }
|
player.print{ "exp-commands_artillery.enter" }
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ format=[AC] __1__: __2__
|
|||||||
[exp-commands_artillery]
|
[exp-commands_artillery]
|
||||||
description=火炮遙控
|
description=火炮遙控
|
||||||
invalid-area=所選地區無效
|
invalid-area=所選地區無效
|
||||||
enter=現在進入區域選擇
|
enter=現在進入火炮區域選擇
|
||||||
exit=已進入區域選擇
|
exit=已進入火炮區域選擇
|
||||||
|
|
||||||
[exp-commands_bot-queue]
|
[exp-commands_bot-queue]
|
||||||
description=取得或更改建設隊列數量。
|
description=取得或更改建設隊列數量。
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ format=[AC] __1__: __2__
|
|||||||
[exp-commands_artillery]
|
[exp-commands_artillery]
|
||||||
description=火炮遙控
|
description=火炮遙控
|
||||||
invalid-area=所選地區無效
|
invalid-area=所選地區無效
|
||||||
enter=現在進入區域選擇
|
enter=現在進入火炮區域選擇
|
||||||
exit=已進入區域選擇
|
exit=已進入火炮區域選擇
|
||||||
|
|
||||||
[exp-commands_bot-queue]
|
[exp-commands_bot-queue]
|
||||||
description=取得或更改建設隊列數量。
|
description=取得或更改建設隊列數量。
|
||||||
|
|||||||
Reference in New Issue
Block a user