• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Solved] Why Game mode amx size has increased?
#10
(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.
  Reply


Messages In This Thread
RE: Why Game mode amx size has increased? - by Pinch - 2021-05-13, 11:07 PM

Forum Jump: