Add StdLib and Rank Table

This commit is contained in:
Cooldude2606
2017-07-01 17:20:18 +01:00
parent c96c7e85d8
commit aa3362d1ec
8 changed files with 412 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove.
]]
local credits = {{
name='File Header - ExpGaming-Core',
name='File Header - Stand-Alone',
owner='Explosive Gaming',
dev='Cooldude2606',
description='Just A File Header To Organise Code',
@@ -18,6 +18,8 @@ local credits = {{
}}
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------
credit_loop(require("GUI/file-header"))
credit_loop(require("ExpGaming - Rank Table"))
credit_loop(require("ExpGaming - Rank Control"))
--Please Only Edit Above This Line-----------------------------------------------------------
return credits