From f19c2a5a763e71aeadd30d934a4c095dfbb639e1 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 8 May 2016 21:02:06 -0400 Subject: Added timer to gravestone --- gamemode/configure_me.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gamemode/configure_me.lua') 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", -- cgit v1.2.3-70-g09d2