19.11.2011, 19:28
I'm having a problem with a Dini related function.
mahunt.pwn(443) : error 047: array sizes do not match, or destination array is too small
Line 443: Checker = dini_Get( szFile, "Password" );
Edit: Fixed it by raising Checker size to 256 since the DINI_MAX_STRING define is set to 255.
Also, one question, why is the mapname set to volt-host.com?
mahunt.pwn(443) : error 047: array sizes do not match, or destination array is too small
Line 443: Checker = dini_Get( szFile, "Password" );
Edit: Fixed it by raising Checker size to 256 since the DINI_MAX_STRING define is set to 255.
Also, one question, why is the mapname set to volt-host.com?