How to load DoS Attack Fixer for CSS v2
I get seg fault anytime I try to load it![]()
How to load DoS Attack Fixer for CSS v2
I get seg fault anytime I try to load it![]()
Maybe an update broke it. I will check later and make sure it is still working.
Make sure you are not trying to load it with meta mod or anything like that. It is a standard Valve server plugin.
explane pls how it should be done ...
vdf ?
If yes ,it fails to load![]()
vdf in your cstrike\addons folder.
aha ,exactly
and inside the vdf :
"Plugin"
{
"file" "../cstrike/addons/daf/bin/dosattackfix_i486.so"
}
and seg fault ,just keep restarting the server
Hi, this plugin don't work for me :/
If im type this is server consloe:
plugin_load "..\cstrike\addons\daf\bin\dosattackfix_i486.s o"
The server is time out.
If i'm write in .vdf
"Plugin"
{
"file" "..\cstrike\addons\daf\bin\dosattackfix_i485.s o"
}
and restert the server, the server time out.
i'm using sourcemod
18:02:44 Loaded plugins:
---------------------
0:<TAB>"Metamod:Source 1.7.1"
1:<TAB>"Mattie's EventScripts, http://mattie.info/cs, Version:2.0.0.248"
2:<TAB>"Nico's CSSMatch, version 1.3.5 (Dec 16 200, http://code.google.com/p/cssmatch-plugin-en/"
any idea?
I realy need protect !!
Do not try installing it as a Sourcemod or Metamod plugin. It is a VSP plugin and does not require Sourcemod or Metamod. Make sure you do not put the VDF in the Metamod addons folder and that you put it in the [gamedir]\addons folder
i already put the vdf file to the addons folder
Well I don't know what's wrong. You can use gdb on the core dump to check the stack trace.
gdb ./srcds_i486 core.whatever
(gdb) bt