making include to normal code
#7

Are you sure it's an include, and not a filterscript?

If it's an include, you can copy/paste it.

Because #include does exactly the same.
It reads the file and pastes the content of that file at the location of the #include statement.
It actually replaces "#include <yourincludefile>" with the contents of that file.

Where you have:
pawn Код:
#include <YourIncludeFile>
Replace that line with the code from that file.
Reply


Messages In This Thread
making include to normal code - by MrTinder - 06.02.2014, 14:43
Re: making include to normal code - by ACI - 06.02.2014, 15:03
Re: making include to normal code - by MrTinder - 06.02.2014, 15:07
Re: making include to normal code - by ACI - 06.02.2014, 15:09
Re: making include to normal code - by MrTinder - 06.02.2014, 15:12
Re: making include to normal code - by MrTinder - 06.02.2014, 15:54
Re: making include to normal code - by PowerPC603 - 06.02.2014, 16:09
Re: making include to normal code - by MrTinder - 06.02.2014, 16:11
Re: making include to normal code - by ACI - 06.02.2014, 17:09
Re: making include to normal code - by MrTinder - 06.02.2014, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)