mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Fixed A Few Bugs
This commit is contained in:
@@ -107,7 +107,7 @@ Gui.center.add{
|
|||||||
player_drop_down:draw(dropdowns)
|
player_drop_down:draw(dropdowns)
|
||||||
rank_drop_down:draw(dropdowns)
|
rank_drop_down:draw(dropdowns)
|
||||||
local label = frame.add{
|
local label = frame.add{
|
||||||
name='warning'
|
name='warning',
|
||||||
type='label',
|
type='label',
|
||||||
caption='',
|
caption='',
|
||||||
style='bold_red_label'
|
style='bold_red_label'
|
||||||
@@ -116,12 +116,12 @@ Gui.center.add{
|
|||||||
label.style.width = 200
|
label.style.width = 200
|
||||||
set_rank:draw(dropdowns)
|
set_rank:draw(dropdowns)
|
||||||
frame.add{
|
frame.add{
|
||||||
name='player'
|
name='player',
|
||||||
type='label',
|
type='label',
|
||||||
caption=''
|
caption=''
|
||||||
}.style.visible = false
|
}.style.visible = false
|
||||||
frame.add{
|
frame.add{
|
||||||
name='rank'
|
name='rank',
|
||||||
type='label',
|
type='label',
|
||||||
caption=''
|
caption=''
|
||||||
}.style.visible = false
|
}.style.visible = false
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ end
|
|||||||
-- this file will just contain all the diffrent requires
|
-- this file will just contain all the diffrent requires
|
||||||
|
|
||||||
-- admin dir
|
-- admin dir
|
||||||
require('Asmin/player-info')
|
require('Admin/player-info')
|
||||||
|
|
||||||
-- commands dir
|
-- commands dir
|
||||||
|
|
||||||
|
|||||||
@@ -44,14 +44,16 @@ groups['Root']:edit('allow',false,{
|
|||||||
['readme']=true,
|
['readme']=true,
|
||||||
['rockets']=true,
|
['rockets']=true,
|
||||||
['science']=true,
|
['science']=true,
|
||||||
['tasklist']=true
|
['tasklist']=true,
|
||||||
|
['rank-changer']=true
|
||||||
})
|
})
|
||||||
groups['Admin']:edit('allow',false,{
|
groups['Admin']:edit('allow',false,{
|
||||||
['player-list']=true,
|
['player-list']=true,
|
||||||
['readme']=true,
|
['readme']=true,
|
||||||
['rockets']=true,
|
['rockets']=true,
|
||||||
['science']=true,
|
['science']=true,
|
||||||
['tasklist']=true
|
['tasklist']=true,
|
||||||
|
['rank-changer']=true
|
||||||
})
|
})
|
||||||
groups['User']:edit('allow',false,{
|
groups['User']:edit('allow',false,{
|
||||||
['player-list']=true,
|
['player-list']=true,
|
||||||
|
|||||||
Reference in New Issue
Block a user