mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Added GameSettingsGui and GuiAnnouncements
This commit is contained in:
@@ -121,7 +121,7 @@ function Admin.clear_reports(player,by_player,no_emit)
|
||||
end
|
||||
end
|
||||
|
||||
local confirm_report = Gui.inputs.add{
|
||||
local confirm_report = Gui.inputs{
|
||||
type='button',
|
||||
name='admin-report-confirm',
|
||||
caption='utility/spawn_flag',
|
||||
@@ -134,7 +134,7 @@ local confirm_report = Gui.inputs.add{
|
||||
Gui.center.clear(event.player_index)
|
||||
end)
|
||||
|
||||
Admin.report_btn = Gui.inputs.add{
|
||||
Admin.report_btn = Gui.inputs{
|
||||
type='button',
|
||||
name='admin-report',
|
||||
caption='utility/spawn_flag',
|
||||
|
||||
Reference in New Issue
Block a user