Dolly132

Results 3 comments of Dolly132

Happens so often for me whenever I shut my pc down or when I close the program, after a while the editor file gets corrupted with some NULL characters, It's...

Another example of how the bug occurs: Passing a string with unclosed bracket to a macro breaks the code For example: ``` DECLARE_FM_CVAR( THIS_MODE_INFO.cvarInfo, RLGL_CONVAR_TIME_BETWEEN_REDLIGHTS_MAX, "sm_rlgl_time_between_redlights_max", "30.0", "After how many...

> Do you have an example script? I can't repro with: > > ``` > methodmap Blah { > public int Length() { return 2; } > } > >...