Posts: 307
Threads: 49
Joined: Oct 2013
Reputation:
0
Hi, i have a problem when i compile my gamemode , when i do it it's dosen't show me the result i got just the window to show you the gamemode is beggin compiling , i have try Zeex pawn compiler and it's didn't work, thank's for advance.
Posts: 385
Threads: 20
Joined: May 2014
Reputation:
0
Looks like something wrong in your GM or FS happen to me someday i got to edit the GM from begin again.
Posts: 687
Threads: 35
Joined: Oct 2014
Reputation:
0
Check for missing brackets, #pragma tabsize 0's ans tell us if you find something
Posts: 307
Threads: 49
Joined: Oct 2013
Reputation:
0
Yes i have this
#pragma tabsize 0
and somes
#pragma unused ( think it's normal )
Posts: 687
Threads: 35
Joined: Oct 2014
Reputation:
0
Remove the #pragma tabsize 0
and keep the unused, voila it shows text again!
Posts: 417
Threads: 40
Joined: Oct 2013
Reputation:
0
maybe because your gm is too big
Posts: 687
Threads: 35
Joined: Oct 2014
Reputation:
0
Try searching for more tabsizes, check for missing brackets
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
It is likely the compiler stops compiling due to an internal error such as missing brackets, etc. Try checking for any backups you may have and see if they work, if not something else may be wrong.