SA-MP Forums Archive
Help What does this mean? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help What does this mean? (/showthread.php?tid=144085)



Help What does this mean? - olieg38 - 25.04.2010

C:\Users\Oliver\Desktop\Time Trial Gamemode\Time Trial Gamemode\gamemodes\TTG2.pwn(197) : error 030: compound statement not closed at the end of file (started at line 197)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


What does that mean?


Re: Help What does this mean? - Babul - 25.04.2010

you forgot to put a closing bracket } at the end of your (maybe last) function/callback.
indent your entire script, then you will see the missing one.


Re: Help What does this mean? - Las Venturas CNR - 25.04.2010

Forgot a bracket
Код:
}
or a
Код:
;
somewhere.