Posts: 6
Threads: 3
Joined: Feb 2011
Reputation:
0
How can i install a .dll file?? For a Filterscript of Garhouse_v2.0
ImpactFtw
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
If you mean a plugin dll, they go in the plugin folder in your server directory.
Posts: 527
Threads: 6
Joined: Jul 2010
Reputation:
0
Create "plugins" folder in your server directory. If you are using Windows, place .dll file, if you are using Linux, place .so file. Then go to server.cfg and add new line to it, "plugins PluginName.dll". That should do it.