Fixed A Few Bugs

This commit is contained in:
Cooldude2606
2018-01-01 23:56:14 +00:00
parent e3b4ad3a42
commit cb5d415c41
3 changed files with 8 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ Gui.center.add{
player_drop_down:draw(dropdowns)
rank_drop_down:draw(dropdowns)
local label = frame.add{
name='warning'
name='warning',
type='label',
caption='',
style='bold_red_label'
@@ -116,12 +116,12 @@ Gui.center.add{
label.style.width = 200
set_rank:draw(dropdowns)
frame.add{
name='player'
name='player',
type='label',
caption=''
}.style.visible = false
frame.add{
name='rank'
name='rank',
type='label',
caption=''
}.style.visible = false

View File

@@ -17,7 +17,7 @@ end
-- this file will just contain all the diffrent requires
-- admin dir
require('Asmin/player-info')
require('Admin/player-info')
-- commands dir

View File

@@ -44,14 +44,16 @@ groups['Root']:edit('allow',false,{
['readme']=true,
['rockets']=true,
['science']=true,
['tasklist']=true
['tasklist']=true,
['rank-changer']=true
})
groups['Admin']:edit('allow',false,{
['player-list']=true,
['readme']=true,
['rockets']=true,
['science']=true,
['tasklist']=true
['tasklist']=true,
['rank-changer']=true
})
groups['User']:edit('allow',false,{
['player-list']=true,