#pragma tabsize 0 not working ?? - 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: #pragma tabsize 0 not working ?? (
/showthread.php?tid=350649)
#pragma tabsize 0 not working ?? -
luis_mendoza - 13.06.2012
So... I have a problem.I added #pragma tabsize 0 at the top of script.And it doesn't works.
Is it something bugged with Raven's Roleplay.Pls say it to me.Idk what is with the mode.This is the first time,that tabsize 0 doesnt work.
Re: #pragma tabsize 0 not working ?? -
park4bmx - 13.06.2012
check for any defines before that so its not in the
#endif etc.
Re: #pragma tabsize 0 not working ?? -
luis_mendoza - 13.06.2012
i have put it here
#include <a_samp>
#pragma tabsize 0
I want to have that pragma tabsize 0,cause i have that warnings loose indentation.
And i have that pragma but not working.
AW: #pragma tabsize 0 not working ?? -
BigETI - 13.06.2012
Might help you
http://en.wikipedia.org/wiki/Indent_style
Always do not ignore the warnings since they help alot to improve the code.
Re: #pragma tabsize 0 not working ?? -
luis_mendoza - 13.06.2012
i always know to fix them,but this is too hard,it's all clear. When i see.
Re: #pragma tabsize 0 not working ?? -
Neil. - 13.06.2012
This might help you for small indentation problems
Re: #pragma tabsize 0 not working ?? -
luis_mendoza - 13.06.2012
Not helped
Re: #pragma tabsize 0 not working ?? -
kaisersouse - 14.06.2012
Quote:
Originally Posted by Rob_Maate
Very sorry admin!!!!!
Don't kid yourself. You have no place nor reason to harass another person about a non-existent rule. You AREN'T as important as you seem to think you are, not even close. Sit down - shut up. Got nothing to contribute to the topic? Get the fuck out of it.
|
Actually Karl is right (
https://sampforum.blast.hk/showthread.php?tid=45235) and you're being a bit of a bitch.
Re: #pragma tabsize 0 not working ?? -
ReneG - 14.06.2012
Quote:
Originally Posted by Rob_Maate
Very sorry admin!!!!!
Don't kid yourself. You have no place nor reason to harass another person about a non-existent rule. You AREN'T as important as you seem to think you are, not even close. Sit down - shut up. Got nothing to contribute to the topic? Get the fuck out of it.
@Luis - What exactly are you wanting to achieve with "#pragma tabsize 0".
To my knowledge, that just tells the compiler to not stress about tab-formatting, makes no difference to the look/functionality of your script.
|
I'm not sure what exactly entitles you to be such a prick, but don't be so ignorant and actually pay attention to the stickied post at the top of this thread.
Ontopic, just learn to indent the first time. Pragma tabsize is a pretty dumb thing to do over indenting correctly.
Re: #pragma tabsize 0 not working ?? -
luis_mendoza - 14.06.2012
Can someone help? How to make pragma tabsize 0 working?