mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -50,10 +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" }
|
||||||
|
|
||||||
else
|
else
|
||||||
Selection.start(player, SelectionArtyArea)
|
Selection.start(player, SelectionArtyArea)
|
||||||
player.print{ "tool.entered-area-selection" }
|
player.print{ "exp-commands_waterfill.enter" }
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user