With my stronghold server, it is not possible to open the prop menu(holding q) without these errors
[code]
Trace:
1: Line 32 "Trace" lua/includes/extensions/debug.lua
2: Line 13 "Get" lua/includes/modules/controlpanel.lua
3: Line 323 "fn" addons/utime/lua/autorun/cl_utime.lua
4: Line 110 "Call" addons/ulib/lua/ulib/shared/hook.lua
5: Line 19 "Call" gamemodes/stronghold/gamemode/cl_spawnmenu.lua
6: Line 56 "nil" gamemodes/base/gamemode/cl_spawnmenu.lua
7: Line 54 "nil" lua/includes/modules/concommand.lua
controlpanel.Get() - Error creating a ControlPanel!
You're calling this function too early! Call it in a hook!
[ERROR] addons/utime/lua/autorun/cl_utime.lua:310: attempt to index local 'cpanel' (a nil value)
1. buildCP - addons/utime/lua/autorun/cl_utime.lua:310
2. fn - addons/utime/lua/autorun/cl_utime.lua:323
3. Call - addons/ulib/lua/ulib/shared/hook.lua:110
4. Call - gamemodes/stronghold/gamemode/cl_spawnmenu.lua:19
5. unknown - gamemodes/base/gamemode/cl_spawnmenu.lua:56
6. unknown - lua/includes/modules/concommand.lua:54
[/code]
When I remove utime from my addons, everything is fine. But when I reinstall, everything goes back to getting messed up.
I would like to be able to have uTime along with this gamemode.