[QUOTE=LauScript;44376433]So you're saying because he did this to 'eat', it makes what he did right? LOL. What if the bank deleted all your funds so the bank manager could eat some steak? I guess that'd be alright.[/QUOTE]
When did I say that? You asked what he was selling it for, not if it was justified or not.
[QUOTE=LauScript;44376433]Is Oubliette a starving irish farm boy or something? Does he script for his rations of the family bread loaf? I don't understand[/QUOTE]
Hell if I know. But continuing to live [i]does[/i] in fact cost money.
I cant seem to get it to work!
dbugr_menu_open
Unknown command: dbugr_menu_open
I have tried putting it it the addons and then I tried putting all the files in lua but I still cant get it working!
[lua][ERROR] addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56: attempt to index local 'oldHooks' (a nil value)
1. unknown - addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56[/lua]
Only this issue on playerspawn, however functions as intended. Forgot about PlayerCanHearPlayersVoice, which was being called between 7000-9000 times a second. Cached now.
Hooks arn't seem to be getting logged for me?
[url]http://gyazo.com/41b53f5c59e6d66b944bb4c6853de366[/url]
Only error I get:
[CODE][ERROR] addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56: attempt to index local 'oldHooks' (a nil value)
1. unknown - addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56[/CODE]
Nice release >>oubliette<< I have multitudes of uses for this :D. I am all for your views of if it is not actively developed than it is time to opensource it and let the community build on it.
Don't worry about LuaScript he is a small minority that get butthurt for the sake of it.
[QUOTE=F14;47897755]Hooks arn't seem to be getting logged for me?
[url]http://gyazo.com/41b53f5c59e6d66b944bb4c6853de366[/url]
Only error I get:
[CODE][ERROR] addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56: attempt to index local 'oldHooks' (a nil value)
1. unknown - addons/dbugr/lua/dbugr/core/perfmon/sh_perfmon_hook.lua:56[/CODE][/QUOTE]
For more recent versions of ULib, the function index needs to be changed to 4...
[CODE] local _, oldHooks = debug.getupvalue(DBugR.Profilers.Hook.OldHA, 4);[/CODE]
Sorry, you need to Log In to post a reply to this thread.