Search Results
OK, I'm looking into it now. tima are you running the server on Linux or Windows?
4,480
Quote: Originally Posted by tima Static, could you put new compiled files? Done I'm also in the process of writing a PHP script which will be compatible with the plugin (if you want t...
4,480
OK, I've made a couple of changes to sockethandler.cpp and main.cpp to include some basic error messages on calling GUIRCON_Activate If you can compile the new source and run it, then see if anything...
4,480
OK, assuming you're on Windows (looks like you are), at the top of main.h and xpthreads.h, put #define _WINDOWS #define WIN32 It looks like they haven't been defined, although they should've
4,480
Quote: Originally Posted by JaTochNietDan [14:34] Loading filter script 'guircon.amx'... [14:34] Unable to load filter script 'guircon.amx'. That should only be if the file isnt found...
4,480
Hmm that error comes up when the socket can't make a connection, usually if the IP address or port is wrong. Make sure the guircon.pwn filterscript is loaded (you'll have to compile it first), and the...
4,480
It should work with linux, instead of plugin.dll, use guircon.so However I haven't been able to test a server with it running, so any feedback would be appreciated
4,480
Quote: Loading plugin: GUIRconPlugin/Plugin/release/plugin.dll GUIRCON Server Plugin... loaded Loaded. Loaded 1 plugins. With the same plugins line as you said. I don't understa...
4,480
Hmm, the compiled dll should load fine. Can you paste the plugins line from your server.cfg, it could be to do with that
4,480
What is it? GUIRCON is basically an entire new rcon protocol built on top of the server. The current system is very basic, and although custom commands can be handled in scripts, you cannot send any d...
4,480