Compiling issue. - 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: Compiling issue. (
/showthread.php?tid=453628)
Compiling issue. -
SmithyComp - 25.07.2013
Re: Compiling issue. -
Ceez - 25.07.2013
You probably have pure text like 'asdjkadkahdf' somewhere in the script,
something is invalid and didn't give an error because it's more then 1 word.
It could also be something with the opening brackets and closing brackets, go through the latest things you added / removed and make sure everything's alright, good luck
Re: Compiling issue. -
SmithyComp - 25.07.2013
Quote:
Originally Posted by Ceez
You probably have pure text like 'asdjkadkahdf' somewhere in the script,
something is invalid and didn't give an error because it's more then 1 word.
It could also be something with the opening brackets and closing brackets, go through the latest things you added / removed and make sure everything's alright, good luck
|
The compiler won't compile the includes, what i do?
Re: Compiling issue. -
PrinceKumar - 25.07.2013
I think that you need to check again your script carefully .
Re: Compiling issue. -
Ceez - 25.07.2013
Check the script from the top to the bottom slowly, make sure the { and } are placed at their correct places, make sure you didn't accidently removed a closing bracket or an opening one.