After the 7th July game update, FF2 was not working properly.
So, I tried to compile the latest build of FF2, but an error appeared in the compilation window.
I tried to compile using sourcemode 1.10, but there was a problem with the public void CW3_OnWeaponSpawned that exists in impl/hooks and the build did not work.
There seems to be a problem with the version, so I tried compiling with source mode 1.11, but to no avail.
_//// freak_fortress_2.sp
//
// impl\commands.sp(1761) : warning 217: inconsistent indentation (did you mix tabs and spaces?)
\scripting\include\SteamWorks.inc(273) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
\scripting\include\SteamWorks.inc(274) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
scripting\include\SteamWorks.inc(275) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not ### constant_
I tried compiling with source mode 1.11, but this time there was a problem related to steamwork.
Does anyone else have the same symptoms as me?