Added Admin Gui

This commit is contained in:
Cooldude2606
2018-01-03 21:30:50 +00:00
parent 336bbed051
commit 163f9573ae
2 changed files with 177 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ groups['Root']:edit('allow',false,{
['rockets']=true,
['science']=true,
['tasklist']=true,
['rank-changer']=true
['rank-changer']=true,
['admin-commands']=true
})
groups['Admin']:edit('allow',false,{
['player-list']=true,
@@ -53,7 +54,8 @@ groups['Admin']:edit('allow',false,{
['rockets']=true,
['science']=true,
['tasklist']=true,
['rank-changer']=true
['rank-changer']=true,
['admin-commands']=true
})
groups['User']:edit('allow',false,{
['player-list']=true,