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

@@ -0,0 +1,10 @@
--[[
Explosive Gaming
This file can be used with permission but this and the credit below must remain in the file.
Contact a member of management on our discord to seek permission to use our code.
Any changes that you may make to the code are yours but that does not make the script yours.
Discord: https://discord.gg/r6dC2uK
]]
--Please Only Edit Below This Line-----------------------------------------------------------

View File

@@ -30,5 +30,6 @@ require('Guis/player-list')
require('Guis/tasklist')
require('Guis/rank-changer')
require('Guis/admin-gui') -- used with Admin/admin, requires Admin/admin
require('Guis/game-settings')
-- other

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
})