Pawno stopped working on compile!
#1

Whever I try to compile my script pawno stops working, the script has 55947 lines and there are no errors, please help!
Reply
#2

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
Reply
#3

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.
Reply
#4

It happen due to too many errors occured try uncommenting the lines you recently added then see.
Reply
#5

Quote:
Originally Posted by S4t3K
View Post
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
Reply
#6

Check the latest updates you have made in your code. You might me missing a semicolon ";" or a brace "{}".
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)