amxmodx icon indicating copy to clipboard operation
amxmodx copied to clipboard

pausecfg out of bounds

Open stefanofabi opened this issue 4 years ago • 0 comments

In line 356 for pausecfg.sma change to

if (g_systemNum < (MAX_SYSTEM -1))

or define in line 22

#define MAX_SYSTEM 33

Regards.

stefanofabi avatar Aug 15 '20 04:08 stefanofabi