Posts: 475
Threads: 1
Joined: May 2013
Reputation:
0
Наглядная демонстрация создания проблемы из воздуха.
Posts: 279
Threads: 4
Joined: Sep 2012
Quote:
Originally Posted by pawnoholic
Как то можно избавиться от main() используя YSI или pawncc от ZeeX последней версии?
|
От него не избавиться, но можешь попробовать перенести его в какой-либо инклуд чтобы скрыть из основного файла (не проверял).
Posts: 1,042
Threads: 46
Joined: Jun 2013
Вам что, заняться нечем? Будто исходный код вашего мода просматривается игроками и вы боитесь что main() повлияет на его внешний вид.
Posts: 3,138
Threads: 71
Joined: May 2008
Reputation:
0
Из доков по языку:
"The compiler is a stand-alone program. If you want to link it to an application, can compile the sources with the macro definition NO_MAIN. This will strip the “main” function and a set of I/O functions from the program. See the section “Embedding the compiler into an application” (below) for details."
"NO MAIN Remove main() and I/O functions from the program."
"When you want to link the pawn compiler into an application, you will have to strip the “main” function from it (see the NO_MAIN option above). But that is just a first step. In addition, you should:
⋄ Attend to the pollution of the global namespace by the many, many functions and global variables of the pawn compiler.
⋄ Overrule the functions that the pawn compiler calls for input/output."
Posts: 439
Threads: 13
Joined: Aug 2011
Reputation:
0
Нашёл занятие, избавление от мэйн. Реал нечем заняться что ли?) Ору.
Posts: 1,311
Threads: 39
Joined: Mar 2012
Reputation:
0
Подскажите ид модели баночки с таблетками, вроде видел такую, но никак не могу найти
Posts: 1,042
Threads: 46
Joined: Jun 2013
Quote:
Originally Posted by stabker
Подскажите ид модели баночки с таблетками, вроде видел такую, но никак не могу найти
|
Возможно
2709?
Posts: 72
Threads: 2
Joined: Oct 2017
Reputation:
0
Как можно при нажатии на Enter не выйти из машины?
Posts: 3,138
Threads: 71
Joined: May 2008
Reputation:
0
А если ClearAnimation() перед PutPlayer?