All error message fixed

This commit is contained in:
Cooldude2606
2017-10-16 19:14:13 +01:00
parent 8fbcd66b6c
commit 6473e15dea
15 changed files with 68 additions and 56 deletions

View File

@@ -7,6 +7,7 @@ Any changes that you may make to the code are yours but that does not make the s
Discord: https://discord.gg/XSsBV6b
]]
--Please Only Edit Below This Line-----------------------------------------------------------
local ExpGui = require("ExpGaming - Module Setup")
local player_table_functions = ExpGui.player_table
--filters that are used. Feel free to add more
player_table_functions.filters = {
@@ -108,4 +109,6 @@ function player_table_functions.draw(player,frame,filters,input_location)
end
end
Event.register(Event.soft_init,function() global.exp_core.current_filters = {} end)
Event.register(Event.soft_init,function() global.exp_core.current_filters = {} end)
return ExpGui