Hey, I got this newbie question..
You load a script like "lua_openscript autorun/cl_hud.lua" (Yes it's a clientside)
But how can I unload that script?
You can't "unload" a script -- once the code is run, it's run.
However, depending on what you do in that script, there are ways to remove things that stay around for a while, like hooks or timers.
What is it that you're trying to do?
Yeah.. I just came of the idea of stopping the timer/hook after I posted this.
I fixed it ^^
Sorry, you need to Log In to post a reply to this thread.