Posts: 655
Threads: 49
Joined: Sep 2007
Reputation:
0
What causes this ? But all the causes...
I tried to find any unclosed ) and didn't find any and the same for {}, this 2 causes seem ok, anything elsE?
suhrab_mujeeb
Unregistered
Checked the includes too?
Posts: 655
Threads: 49
Joined: Sep 2007
Reputation:
0
The problem is recent, edited the gamemode (and a bad habit), after a lot of editing i complied. Bam... not responding.
I'm using the same include they aren't the problem (sorry for not mentioning this ).
Posts: 351
Threads: 15
Joined: Jul 2011
Reputation:
0
Redownload the server package again?
Have you tried rebooting?
Have you checked outdated includes, plugins, or whatever?
Posts: 655
Threads: 49
Joined: Sep 2007
Reputation:
0
Checked, not that.
Any way to stop the complier at some point ? Like make it say "Complied until Line 5222.", like using some #stop or such ? I heard something but i'm not sure...
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You are probably missing a bracket somewhere, or in multiple places.
Posts: 655
Threads: 49
Joined: Sep 2007
Reputation:
0
Found the problem using "#error", until it complied and showed me the error.
The problem was a string format...