Working on ranks

This commit is contained in:
Cooldude2606
2017-12-10 15:18:40 +00:00
parent 38cc62e4bb
commit 4f99e5368a
4 changed files with 189 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ Color, Game, Event = require('/locale/StdLib/load'){'Color','Game','Event'}
-- loads the ExpLib, functions are plased into the lua global
local ExpLib = require 'ExpLib'
ExpLib._unpack_to_G(ExpLib)
--_G.discord_emit = nil -- un-comment this line if you are not using the json.data
_G.discord_emit = nil -- un-comment this line if you are not using the json.data
-- loads the ExpCore files these are need in order to run the other addons
Ranking, Server, Gui = require('/locale/ExpCore/load'){'Ranking','Server','Gui'}