SA-MP Forums Archive
[Tutorial] Very quickly find missing } - 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Very quickly find missing } (/showthread.php?tid=625943)



Very quickly find missing } - OneDay - 08.01.2017

Do you have strange error that function you have is "undefined symbol"?



Open file in Notepad++, and go "view->fold all". All function becomes small:



Go to end and unfold one. Other functions will be hidden inside so you found the bad function. Then keep unfold one until the problem is found:



Open in pawno again and all works:



If now not working, repeat for another missing "}".