what is this ?
#1

Код:
#pragma tabsize 0
#pragma dynamic 145000
Reply
#2

#pragma tabsize is used to avoid loose identation warning
i thins also pragma dynamic is used for the same
Reply
#3

#pragma tabsize is for people who are lazy and can't be bothered to indent. #pragma dynamic is used to increase the size of the stack/heap (place where variables get stored), usually done because of poor resource management.
Reply
#4

Код:
 warning 217: loose indentation
It is something bad ?
Reply
#5

Quote:
Originally Posted by Bect
Посмотреть сообщение
Код:
 warning 217: loose indentation
It is something bad ?
No, it's just message warning you your lines are not aligned right.
Reply
#6

Quote:
Originally Posted by Bect
Посмотреть сообщение
Код:
 warning 217: loose indentation
It is something bad ?
Adding this under your includes doesn't get rid of your problems, it just hides them.
pawn Код:
#pragma tabsize 0
You can get some tools that help you tidy your script up if needed.
Reply
#7

https://sampforum.blast.hk/showthread.php?tid=328915

btw i suggest you to indent your code instead of #pragma tabsize , it looks neater and you can find misplaced brackets more easily.
Reply
#8

Thank you all.I have given to all reputation. Thank you !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)