Does anyone have the compiled serversecure3.dll? Gives up too many errors when i compile it. (will pay if you can because im in desperate need of it)
[URL]http://code.google.com/p/gmodmodules/source/browse/trunk/?r=189#trunk%2Fserversecure3[/URL]
A couple people have requested this, I'll compile it for win32 when I get home if no one supplies a dl link / compiles it by then.
[QUOTE=>>oubliette<<;40685795]A couple people have requested this, I'll compile it for win32 when I get home if no one supplies a dl link / compiles it by then.[/QUOTE]
If you could put it on [url]http://glua.me/modules[/url] that would be cool.
I have it compiled [url=http://puu.sh/2WfIf.dll]here[/url]. I haven't anything set up to test plugins, so I don't know if it works, the sigs could very well be out of date.
[QUOTE=>>oubliette<<;40693718]I have it compiled [url=http://puu.sh/2WfIf.dll]here[/url]. I haven't anything set up to test plugins, so I don't know if it works, the sigs could very well be out of date.[/QUOTE]
lua_run require("serversecure3")
> require("serversecure3")...
[ERROR] lua_run:1: Couldn't find function in library!
1. require - [C]:-1
2. unknown - lua_run:1
serversecure3 is a server plugin not a gmod module.
So you need to load it with a vdf file.
Such as by placing serversecure3.dll in a folder called serversecure3 in your addons directory.
and making a vdf file called serversecure3.vdf and placing it in your addons folder with the contents
[code]"Plugin"
{
"file" "../garrysmod/addons/serversecure3/serversecure3.dll"
}[/code]
Restarting your server and checking it has loaded it by using:
plugin_print
In the server console, and if it is has loaded ok you will see:
[quote]Loaded plugins:
---------------------
0:"Server Secure 3"
---------------------[/quote]
Thanks [URL="http://facepunch.com/member.php?u=469591"]>>oubliette<<[/URL] but the plugin is loaded and still getting hit with the NET_GetLong attacks. Any other ideas?
Sorry, you need to Log In to post a reply to this thread.