SA-MP Forums Archive
Don't send on compiling. - 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: Don't send on compiling. (/showthread.php?tid=353878)



Don't send on compiling. - Pesho - 24.06.2012

Why when i try to compile my script it gives me Don't Send Error?The pawno crashes totally.


Re: Don't send on compiling. - Grand_Micha - 24.06.2012

This basically means that your script is full of errors. In fact, there are too many errors. The reason? You probably missed some brackets. Seriously, you will have to check if every { has a corresponding }. Also, check for nonsensical statements like

pawn Код:
new Batz, Babatz; Kaboom, Wutang;



Re: Don't send on compiling. - SnG.Scot_MisCuDI - 24.06.2012

Missing or incorrect brackets etc.. look over the code carefully and look at what you changed recently before it crashed