SA-MP Forums Archive
Scripting help - 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: Scripting help (/showthread.php?tid=409262)



Scripting help - LoganStone - 20.01.2013

MISSING BRACKET: The } bracket on line 19400 does not have a pair!

How do i fix this?


Re: Scripting help - DaRk_RaiN - 20.01.2013

Make an other bracket Duh.
Post the errored code.


Re: Scripting help - LoganStone - 20.01.2013

This is what is on the line 19400
/* (ongamemodeinit) - LSPD stuff */


Re: Scripting help - Babul - 21.01.2013

what? a closing bracket } without an opening { one
remove the } and try to compile.
btw, posting a /*comment is useless*/, better pay attention to the line(s) above and below.


Re: Scripting help - RajatPawar - 21.01.2013

Post lines +-10 from the line that is giving the 'error'.