mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Adding Game Settings Gui
This commit is contained in:
10
Addons/Guis/game-settings.lua
Normal file
10
Addons/Guis/game-settings.lua
Normal 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-----------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user