Posts: 221
Threads: 29
Joined: Jul 2010
Reputation:
0
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.
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
check for any defines before that so its not in the
#endif etc.
Posts: 221
Threads: 29
Joined: Jul 2010
Reputation:
0
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.
Posts: 1,046
Threads: 29
Joined: Mar 2010
Might help you
http://en.wikipedia.org/wiki/Indent_style
Always do not ignore the warnings since they help alot to improve the code.
Posts: 221
Threads: 29
Joined: Jul 2010
Reputation:
0
i always know to fix them,but this is too hard,it's all clear. When i see.
Posts: 221
Threads: 29
Joined: Jul 2010
Reputation:
0
Can someone help? How to make pragma tabsize 0 working?