Quote:
Originally Posted by Ejziponken
The mapvote is messed up in the new plugin IF you comment out the LOG.
Code:
// Comment out the following line to disable the dedicated log file
//#define DEDICATED_LOG_ENABLED
compiled with amxmodx webbcompiler.
...
|
That appears to be a problem with the web compiler. I just compiled the plugin on two different servers and the web compiler for comparison. The md5sum of the plugin that was compiled with the web compiler doesn't match. Heck, even the compiler output doesn't match.
At minimum, the web compiler strips out the backslashes.
Linux server compiler:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Header size: 3484 bytes
Code size: 110540 bytes
Data size: 416628 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 547036 bytes
Done.
75c803f7aea4082f126e40928f1e7508 deagsmapmanager.amxx
ae6226796a53b045c4e490885d2b80f6 deagsmapmanager.sma
Web compiler:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Header size: 3484 bytes
Code size: 110540 bytes
Data size: 416620 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 547028 bytes
Done.
0e0b5b4fbd2ca69b03747923010da42e deagsmapmanager.amxx
ae6226796a53b045c4e490885d2b80f6 deagsmapmanager.sma
So, don't use the web compiler for now.
--
Andy