06.02.2014, 16:09
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:
Replace that line with the code from that file.
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>