Dolly132
Results
2
issues of
Dolly132
Let's say we have a plugin like this: ``` #include enum struct ConVarInfo { ConVar cvar; char values[32]; char type[10]; } enum struct ModeInfo { ConVarInfo cvarInfo[10]; } #define DECLARE_FM_CVAR(%1,%2,%3,%4,%5,%6,%7)...
When not using () to call the native, the compiler crashes and doesn't manage to compile the code. For example here with entitylump: `for(int i = 0; i < EntityLump.Length;...
bug
compiler