Quote:
Originally Posted by Xterminator
That error is caused by geocity.inc, not the plugin itself. To fix it all you have to do is replace
Code:
CloseHandle( GeoCityQuery );
with
Code:
if( GeoCityQuery != INVALID_HANDLE )
{
CloseHandle( GeoCityQuery );
}
|
I am not good at this. What happends by editing this? What will be changed in-game? However, where do you find that "geocity.inc"-file? I have a file called GeoIP (DAT file) - is it this one?
Quote:
Originally Posted by Arg!
this stuff is already logged by srcds, it can be easily extracted using a stats package such as Psychostats.
|
Sounds great!