I've never seen this error before - 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: I've never seen this error before (
/showthread.php?tid=414034)
I've never seen this error before -
megamind2067 - 07.02.2013
part of the script
error:
Код:
(12270) : error 030: compound statement not closed at the end of file (started at line 12246)
can anyone fix it please
Re: I've never seen this error before -
sscarface - 07.02.2013
post ur code here.
AW: I've never seen this error before -
Nero_3D - 07.02.2013
Indent your code correctly and you will notice that you got an opening bracket in line 12260 to much
Re: I've never seen this error before -
megamind2067 - 07.02.2013
same problem except on line 12246 now
Re: I've never seen this error before -
Yves - 07.02.2013
Remove the line below
Код:
//=========================================
//==========================================
Re: I've never seen this error before -
megamind2067 - 07.02.2013
line 12245 now
Re: I've never seen this error before -
kaisersouse - 07.02.2013
Your onplayerpickuppickup is a mess. Post it in pastebin and I'll rework it to see if that helps (or someone else will)
Dealing w/ an image, we cant remanipulate it for you like we could text.
Re: I've never seen this error before -
Pangea - 07.02.2013
You're missing a closing bracket.
Re: I've never seen this error before -
Yves - 07.02.2013
post the code please
Re: I've never seen this error before -
Luis- - 07.02.2013
Quote:
Originally Posted by Yves
Remove the line below
Код:
//=========================================
//==========================================
|
That has nothing to do with the error, seeing as it has "//" means it's commented out.