18.09.2016, 19:23
I have only seen once a person reporting a compiler crash after compiling with -d3 so it is an uncommon and rare case which I am also unaware.
Search in script or the includes for GAC_OnPlayerConnect. The issue is that a function keeps calling itself so it keeps creating string(s) over and over again until you run out of local memory. I actually reproduced it myself as I was curious.
Search in script or the includes for GAC_OnPlayerConnect. The issue is that a function keeps calling itself so it keeps creating string(s) over and over again until you run out of local memory. I actually reproduced it myself as I was curious.