mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -378,7 +378,7 @@ local vlayer_gui_control_see = Gui.element("vlayer_gui_control_see")
|
|||||||
}:on_click(function(def, player, element, event)
|
}:on_click(function(def, player, element, event)
|
||||||
local target = element.parent[vlayer_gui_control_type.name].selected_index
|
local target = element.parent[vlayer_gui_control_type.name].selected_index
|
||||||
local n = element.parent[vlayer_gui_control_list.name].selected_index
|
local n = element.parent[vlayer_gui_control_list.name].selected_index
|
||||||
|
|
||||||
if target and vlayer_control_type_list[target] and n > 0 then
|
if target and vlayer_control_type_list[target] and n > 0 then
|
||||||
local i = vlayer.get_interfaces()
|
local i = vlayer.get_interfaces()
|
||||||
local entity = i[vlayer_control_type_list[target]][n]
|
local entity = i[vlayer_control_type_list[target]][n]
|
||||||
|
|||||||
Reference in New Issue
Block a user