Posts: 188
Threads: 85
Joined: Oct 2017
Reputation:
0
Hi.
My gamemode then is compiling i give no errors,but the gm is compiled in a .amx with 0 KB memory usage.
Why?
Posts: 33
Threads: 0
Joined: Jun 2014
Reputation:
0
Did the compiler (pawnocc.exe) crash during the compile? That usually has the same effect as that shown in the screenshot.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
When I used to face these issues I would comment out 50% of my script. If the issue still occurred, I would comment out the other 50% of the script.
Once it compiled I knew the issue was within the area that I just commented out. Then I would comment out half of that area and continue until I had gotten it down to a manageable area of code. Eventually you'll find the block of code that is giving your compiler trouble.