diff options
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index c813a26..7deb922 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -17,6 +17,26 @@ if (GMS == nil) then GMS = {} end //max:32 GMS.NETINT_BITCOUNT = 16 +// default set to 2 minutes +// time in seconds + +GMS.graveTime = { + + { + + rank = "user", + time = "120", + + }, + { + + rank = "owner", + time = "240", + + }, + +} + //NPC's that drop loot balls GMS.LootableNPCs = { "npc_antlion", |
