amxmodx
amxmodx copied to clipboard
pausecfg out of bounds
In line 356 for pausecfg.sma change to
if (g_systemNum < (MAX_SYSTEM -1))
or define in line 22
#define MAX_SYSTEM 33
Regards.