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
Compiler crashes with code bellow. I would expect it to at least give error (but i dont see why these code should not work).
Also, if you add size to myarray second dimension (or its first i have no idea, the one thats left for compiler to figure out). then compiler does not crash, but it starts dropping errors that make no sense at all.
Minimal complete verifiable example (MCVE):
new errortest[24] = "Test";//Does not matter if initialized or not
new myarray[2][] =
{
errortest,
errortest
};
Workspace Information:
Compiler version: 3.10.10 (also compiled from dev branch, but crash remained)
Command line arguments provided (or sampctl version): Standard sublime
Issue description:
Compiler crashes with code bellow. I would expect it to at least give error (but i dont see why these code should not work).
Also, if you add size to myarray second dimension (or its first i have no idea, the one thats left for compiler to figure out). then compiler does not crash, but it starts dropping errors that make no sense at all.
Minimal complete verifiable example (MCVE):
Workspace Information:
The text was updated successfully, but these errors were encountered: