You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[debug] Run time error 22: "AMX not initialized (or doubly initialized)"
Script[gamemodes/ytest2.amx]: Run time error 22: "AMX not initialized (or doubly initialized)"
Small change of adding array size to the 2nd dimension works tho.
The text was updated successfully, but these errors were encountered:
This is causing an assertion to fail if I use a debug build of the compiler.
This assertion got triggered when I compiled v3.10.2 source too. So it is not from my PR 152.
The compiler is pushing the wrong address for "%d". The array data and the array dereference code is correct.
The compiler adds the same number of numbers (and the same numbers) to the literal queue in both the cases but the size variable turns out to be different.
Small change of adding array size to the 2nd dimension works tho.
The text was updated successfully, but these errors were encountered: