The compiler runs forever - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: The compiler runs forever (
/showthread.php?tid=675319)
The compiler runs forever -
xRadical3 - 09.05.2020
I converted an old game mod that stored player information with dini to MySQL.
When converting was over, I compiled it and there was no problem.
After more changes in gamemode, I wanted to compile it, but the compilation didn't work and was running forever.!
This is really bad. I forgot to back up.
Isn't there a way to find out where I went wrong in the script?
I also checked the forum and found nothing to help me.
Any help that can be repaired is appreciated.
Re: The compiler runs forever -
Calisthenics - 09.05.2020
Comment the last parts you changed if you remember until it responds (will compile or show errors/warnings). Then start un-commenting parts of code until you find the source of the problem.
Re: The compiler runs forever -
xRadical3 - 09.05.2020
Quote:
Originally Posted by Calisthenics
Comment the last parts you changed if you remember until it responds (will compile or show errors/warnings). Then start un-commenting parts of code until you find the source of the problem.
|
I had to edit the previous game mode and convert to MySQL again.
Anyway, thank you for your solution.
Re: The compiler runs forever -
GTLS - 10.05.2020
For future references, This problem occurs when you forget a bracket or something.