Pawno stopped working on compile! - 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: Pawno stopped working on compile! (
/showthread.php?tid=517944)
Pawno stopped working on compile! -
TheSAMPGamer - 07.06.2014
Whever I try to compile my script pawno stops working, the script has 55947 lines and there are no errors, please help!
Re: Pawno stopped working on compile! -
verlaj - 07.06.2014
See if any of your messages are way too long, for example
pawn Code:
ShowPlayerDialog(playerid, 1262, DIALOG_STYLE_MSGBOX,"a long long message","","");
or you gotta be having a missing bracket, ty dwling missing bracket finder
Re : Pawno stopped working on compile! -
S4t3K - 07.06.2014
Simple question, how can you know if there isn't any error in your code if you can't compile it ?
Btw, this error is usually the consequence of a spare closing bracket.
Paste your whole code in
http://codegenerators.pl and show the number of opening and closing brackets.
Then tell me.
Re: Pawno stopped working on compile! -
Laure - 07.06.2014
It happen due to too many errors occured try uncommenting the lines you recently added then see.
Re: Re : Pawno stopped working on compile! -
TheSAMPGamer - 07.06.2014
Quote:
Originally Posted by S4t3K
Simple question, how can you know if there isn't any error in your code if you can't compile it ?
Btw, this error is usually the consequence of a spare closing bracket.
Paste your whole code in http://codegenerators.pl and show the number of opening and closing brackets.
Then tell me.
|
http://gyazo.com/be04e6cc8ec8ee536d2e2c3fce39d28e
Re: Pawno stopped working on compile! -
Faisal_khan - 07.06.2014
Check the latest updates you have made in your code. You might me missing a semicolon ";" or a brace "{}".