Adding Game Settings Gui

This commit is contained in:
Cooldude2606
2018-01-03 22:23:11 +00:00
parent fbaa64f93f
commit 7c3f94ffd6
3 changed files with 15 additions and 0 deletions

View File

@@ -128,6 +128,10 @@ groups['User']:add_rank{
power=4
}
rank['Admin']:edit('allow',false,{
['game-settings']=true
})
ranks['Member']:edit('allow',false,{
['edit-tasklist']=true
})