summaryrefslogtreecommitdiff
path: root/gamemode/configure_me.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/configure_me.lua')
-rw-r--r--gamemode/configure_me.lua44
1 files changed, 4 insertions, 40 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua
index 7deb922..6cd8b24 100644
--- a/gamemode/configure_me.lua
+++ b/gamemode/configure_me.lua
@@ -23,16 +23,16 @@ GMS.NETINT_BITCOUNT = 16
GMS.graveTime = {
{
-
+
rank = "user",
time = "120",
-
+
},
{
-
+
rank = "owner",
time = "240",
-
+
},
}
@@ -67,39 +67,3 @@ GMS.AllowedStools = {
"colour",
"material",
}
---[[
-GMS.ProhibitedStools = {
- "hydraulic",
- "motor",
- "muscle",
- "nail",
- "pulley",
- "slider",
- "balloon",
- "rope", // We use gms_rope
- "button",
- "duplicator",
- "dynamite",
- "emitter",
- "hoverball",
- "ignite",
- "keepupright",
- "magnetise",
- //"nocollide",
- "physprop",
- "spawner",
- "thruster",
- "turret",
- "wheel",
- "eyeposer",
- "faceposer",
- "finger",
- "inflator",
- "statue",
- "trails",
- "camera",
- "paint",
- "rtcamera",
- "rb655_lightsaber"
-}
-]]