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



Cool you find it. Now the script can be rethought that the path starts at the left then right and goes down. How do you rebel so that the script runs from the opposite direction, namely from the right and then the arrangement of the road to the top?
  Reply


Messages In This Thread
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-14, 10:17 AM

Forum Jump: