SA-MP Forums Archive
does lose indentation cause crashes? - 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: does lose indentation cause crashes? (/showthread.php?tid=124882)



does lose indentation cause crashes? - Sampiscool123 - 01.02.2010

does lose indentation cause crashes?


Re: does lose indentation cause crashes? - Doppeyy - 01.02.2010

Well i heard a couple of times that a couple of warnings can bug stuff up.
So i gues it can cause crashes . But just fix your GM untill you have 0 errors/warnings.

[Doppeyy


Re: does lose indentation cause crashes? - VonLeeuwen - 01.02.2010

Plus, it's not hard to fix them.


Re: does lose indentation cause crashes? - Kurence - 01.02.2010

or just use #pragma tabsize 0 at top of your script
Ow in our 20K+ lines script is so many damn loose indentation that it won't even compile xD
this fixes it all
#pragma tabsize 0


Re: does lose indentation cause crashes? - Nakash - 01.02.2010

Quote:
Originally Posted by Kurence(SatanQo)
or just use #pragma tabsize 0 at top of your script
Ow in our 20K+ lines script is so many damn loose indentation that it won't even compile xD
this fixes it all
#pragma tabsize 0
That ignores the warnings,not fixes them.


Re: does lose indentation cause crashes? - [HiC]TheKiller - 01.02.2010

It doesn't cause crashes, it's just a warning in your script.


Re: does lose indentation cause crashes? - Kurence - 01.02.2010

Quote:
Originally Posted by Kartowka
Quote:
Originally Posted by Kurence(SatanQo)
or just use #pragma tabsize 0 at top of your script
Ow in our 20K+ lines script is so many damn loose indentation that it won't even compile xD
this fixes it all
#pragma tabsize 0
That ignores the warnings,not fixed them.
so it fixes them
These warnings just use your processor when writing to output, ignore = fix


Re: does lose indentation cause crashes? - un4seen - 01.02.2010

Quote:
Originally Posted by Kurence(SatanQo)
Quote:
Originally Posted by Kartowka
Quote:
Originally Posted by Kurence(SatanQo)
or just use #pragma tabsize 0 at top of your script
Ow in our 20K+ lines script is so many damn loose indentation that it won't even compile xD
this fixes it all
#pragma tabsize 0
That ignores the warnings,not fixed them.
so it fixes them
These warnings just use your processor when writing to output, ignore = fix
ignore != fix


Re: does lose indentation cause crashes? - SpiderPork - 01.02.2010

#pragma tabsize 0 is definately NOT the solution for the loose identation warnings. They don't cause crashes but if you have a poor identation you can't even read from your own code.


Re: does lose indentation cause crashes? - [03]Garsino - 01.02.2010

They cause crashes, trust me. :P