From dbf40282e8d65b2c5e98e787e3c8fcca4dd6c069 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 3 May 2016 19:33:40 -0400 Subject: All tools menues except material menu added --- gamemode/server/database.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gamemode/server/database.lua') diff --git a/gamemode/server/database.lua b/gamemode/server/database.lua index 3a40fe5..9c4a827 100644 --- a/gamemode/server/database.lua +++ b/gamemode/server/database.lua @@ -34,11 +34,11 @@ function storeTable(uniqueIdentifier, table) end -local function convertTableToText(tbl) +local function storetable(tbl) if(GM.StorageMethod == "Text") then elseif(GM.StorageMethod == "Static Map") then - + local storagetable = convertTableStatic(tbl) elseif(GM.StorageMethod == "LZWCompressed") then else @@ -55,6 +55,12 @@ local function convertTableStatic(tbl) print("\tGM.StorageMethod is set to \"Static Map\", but GM.StoreageStaticMap is not defined!") return end + local converted = {} + + + +end +local function parseStaticTable(tbl) end -- cgit v1.2.3-70-g09d2