Closed mysy00 closed 1 year ago
As discussed on Discord. Everything works fine when we move the first defined array to the line with static or if the first variable isn't an array.
static
Before:
static bool:a[0], Float:b[MAX_PLAYERS];
After:
fixed
As discussed on Discord. Everything works fine when we move the first defined array to the line with
static
or if the first variable isn't an array.Before:
After: