2021-05-13, 11:07 PM
(2021-05-13, 10:07 PM)Radical Wrote: I found the problem. This is weapon-config issue.
I changed
Code:#include <weapon-config>
#define YSI_NO_VERSION_CHECK
#undef MAX_PLAYERS
#define MAX_PLAYERS 200
to
Code:#define YSI_NO_VERSION_CHECK
#undef MAX_PLAYERS
#define MAX_PLAYERS 200
#include <weapon-config>
and it was solved.
weapon-config include?has a lot of arrays and variables with 1000 size.
MAX_PLAYERS?was 1000 as by default. That's what caused it.
Michael coding ? 2021
Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.